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


In This Topic
ShortDateFormat Property (RegionalSettings)
In This Topic
Gets or sets the string to format the short (abbreviated) date value when the DateTimeFormat property is set to ShortDate or ShortDateWithTime.
Syntax
'Declaration
 
Public Property ShortDateFormat As String
 
'Usage
 
Dim instance As RegionalSettings
Dim value As String
 
instance.ShortDateFormat = value
 
value = instance.ShortDateFormat
See Also