Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / TimeFormat Property


In This Topic
TimeFormat Property (RegionalSettings)
In This Topic
Gets or sets the format used to represent time values when the DateTimeFormat property is set to TimeOnly, LongDateWithTime, or ShortDateWithTime.
Syntax
'Declaration
 
Public Property TimeFormat As String
 
'Usage
 
Dim instance As RegionalSettings
Dim value As String
 
instance.TimeFormat = value
 
value = instance.TimeFormat
See Also