Selerix Developer Tools
DefaultShortDateFormatString Property






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : DefaultShortDateFormatString Property
Gets the default short date format string.
Syntax
'Declaration
 
Public Shared ReadOnly Property DefaultShortDateFormatString As String
'Usage
 
Dim value As String
 
value = Utils.DefaultShortDateFormatString
public static string DefaultShortDateFormatString {get;}
public read-only property DefaultShortDateFormatString: String; static; 
public static function get DefaultShortDateFormatString : String
public: __property static string* get_DefaultShortDateFormatString();
public:
static property String^ DefaultShortDateFormatString {
   String^ get();
}

Property Value

The default short date format string.
See Also

Reference

Utils Class
Utils Members