Retrieves the associated with the 's' format character.
[Visual Basic] Overridable Public ReadOnly Property SortableDateTimePattern As _ String [C#] public string SortableDateTimePattern {virtual get;} [C++] public: __property virtual String* get_SortableDateTimePattern(); [JScript] public function get SortableDateTimePattern() : String;
The sortable DateTime pattern. The default value is "yyyy-MM-dd HH:mm:ss".
DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace