Class
TimeFormatStringInfo

Provides configuration for time formatting with culture-specific time patterns.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class TimeFormatStringInfo : ICategorizedFormatStringInfo

Inheritance: objectTimeFormatStringInfo

Implements: ICategorizedFormatStringInfo

Constructors

TimeFormatStringInfo(CultureInfo)

Initializes a new instance of the TimeFormatStringInfo class.

Declaration

cs-api-definition
public TimeFormatStringInfo(CultureInfo culture)

Parameters

culture

CultureInfo

The culture.

Properties

Culture

Culture used to determine time format patterns like hour, minute, and second display.

Declaration

cs-api-definition
public CultureInfo Culture { get; }

Property Value

CultureInfo

The culture.