Search
DefaultNumericFormats.TimeFormats Property
See Also
 






Gets the default time formats.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public List<NumericFormatInfo> TimeFormats { get; }

Visual Basic  Copy Code

Public ReadOnly Property TimeFormats As List(Of NumericFormatInfo)

 Property Value

A list of NumericFormatInfo objects.

 See Also