ClassDateTimeFormatCategoryManager
Class
Manages date and time format strings for different cultures, providing mappings between culture info and supported date and time formatting patterns.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public static class DateTimeFormatCategoryManager
Inheritance: objectDateTimeFormatCategoryManager
Properties
CultureInfoToDateFormats
Maps culture info to available date format strings for that culture.
Declaration
cs-api-definition
public static Dictionary<CultureInfo, IList<string>> CultureInfoToDateFormats { get; }
Property Value
Dictionary<CultureInfo, IList<string>>
The culture info to date formats.
CultureInfoToTimeFormats
Maps culture info to available time format strings for that culture.
Declaration
cs-api-definition
public static Dictionary<CultureInfo, IList<string>> CultureInfoToTimeFormats { get; }
Property Value
Dictionary<CultureInfo, IList<string>>
The culture info to time formats.