DateFormatStringInfo
Class
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:
Constructors
Initializes a new instance of the DateFormatStringInfo class with the specified culture.
Properties
Culture that defines the date formatting patterns and localized text.
C#
public CultureInfo Culture { get; }
The culture.