NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.SortableDateTimePattern

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;

Property Value

The sortable DateTime pattern. The default value is "yyyy-MM-dd HH:mm:ss".

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace