Spread Windows Forms 15.0
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
    string ShortDateFormat {get; set;}
    Remarks
    Use for decoding a generic date value.
    See Also