Class DateTimeFormatCategoryManager
Represents the date time format category manager class.
Inheritance
System.Object
DateTimeFormatCategoryManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class DateTimeFormatCategoryManager
Properties
CultureInfoToDateFormats
Gets the culture info to date formats.
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
Gets the culture info to time formats.
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. |