New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class TimeFormatStringInfo : ICategorizedFormatStringInfo

Inheritance: objectTimeFormatStringInfo

Implements: ICategorizedFormatStringInfo

Constructors

Initializes a new instance of the TimeFormatStringInfo class.

C#
public TimeFormatStringInfo(CultureInfo culture)
Parameters:cultureCultureInfo

The culture.

Properties

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

C#
public CultureInfo Culture { get; }
Property Value:

The culture.