Class TimeFormatStringInfo
Represents the time format string info class.
Inheritance
System.Object
TimeFormatStringInfo
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 TimeFormatStringInfo : ICategorizedFormatStringInfo
Constructors
TimeFormatStringInfo(CultureInfo)
Initializes a new instance of the TimeFormatStringInfo class.
Declaration
public TimeFormatStringInfo(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. |