Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / LongDateFormat Property


In This Topic
    LongDateFormat Property (RegionalSettings)
    In This Topic
    Gets or sets the string to format the long (non-abbreviated) date value when the DateTimeFormat property is set to LongDate or LongDateWithTime.
    Syntax
    'Declaration
     
    
    Public Property LongDateFormat As String
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As String
     
    instance.LongDateFormat = value
     
    value = instance.LongDateFormat
    public string LongDateFormat {get; set;}
    See Also