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


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