Spread Windows Forms 15.0
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
    public string ShortDateFormat {get; set;}
    See Also