Class DateFormatStringInfo
Represents the date format string info class.
Inheritance
System.Object
DateFormatStringInfo
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.Infos
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class DateFormatStringInfo : ICategorizedFormatStringInfo
Constructors
DateFormatStringInfo(CultureInfo)
Initializes a new instance of the DateFormatStringInfo class.
Declaration
public DateFormatStringInfo(CultureInfo culture)
Parameters
System.Globalization.CultureInfo
culture
The culture. |
Properties
Culture
Gets the culture.
Declaration
public CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
The culture. |