Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / TimeFormat Property


In This Topic
TimeFormat Property (IRegionalSettings)
In This Topic
Gets or sets the format of a time value.
Syntax
'Declaration
 
Property TimeFormat As String
 
'Usage
 
Dim instance As IRegionalSettings
Dim value As String
 
instance.TimeFormat = value
 
value = instance.TimeFormat
Remarks
Use for decoding a generic time value.
See Also