New to Telerik Document ProcessingStart a free 30-day trial

Contains configuration for date format strings, including the culture used for date formatting.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class DateFormatStringInfo : ICategorizedFormatStringInfo

Inheritance: objectDateFormatStringInfo

Implements: ICategorizedFormatStringInfo

Constructors

Initializes a new instance of the DateFormatStringInfo class with the specified culture.

C#
public DateFormatStringInfo(CultureInfo culture)
Parameters:cultureCultureInfo

The culture.

Properties

Culture that defines the date formatting patterns and localized text.

C#
public CultureInfo Culture { get; }
Property Value:

The culture.