Gets the default long date format string.
Syntax
'Declaration
Public Shared ReadOnly Property DefaultLongDateFormatString As String
'Usage
Dim value As String
value = Utils.DefaultLongDateFormatString
public static string DefaultLongDateFormatString {get;}
public read-only property DefaultLongDateFormatString: String; static;
public static function get DefaultLongDateFormatString : String
public: __property static string* get_DefaultLongDateFormatString();
public:
static property String^ DefaultLongDateFormatString {
String^ get();
}
Property Value
The default long date format string.
See Also