Class DateTimeFormatCategoryManager
Manages date and time format strings for different cultures, providing mappings between culture info and supported date and time formatting patterns.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class DateTimeFormatCategoryManager
Properties
CultureInfoToDateFormats
Maps culture info to available date format strings for that culture.
Declaration
public static Dictionary<CultureInfo, IList<string>> CultureInfoToDateFormats { get; }
Property Value
|
System.Collections.Generic.Dictionary<System.Globalization.CultureInfo, System.Collections.Generic.IList<System.String>>
The culture info to date formats. |
CultureInfoToTimeFormats
Maps culture info to available time format strings for that culture.
Declaration
public static Dictionary<CultureInfo, IList<string>> CultureInfoToTimeFormats { get; }
Property Value
|
System.Collections.Generic.Dictionary<System.Globalization.CultureInfo, System.Collections.Generic.IList<System.String>>
The culture info to time formats. |