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.UniversalSortableDateTimePattern

Retrieves the universal sortable DateTime pattern.

[Visual Basic]
Overridable Public ReadOnly Property _
   UniversalSortableDateTimePattern As String
[C#]
public string UniversalSortableDateTimePattern {virtual get;}
[C++]
public: __property virtual String*
   get_UniversalSortableDateTimePattern();
[JScript]
public function get UniversalSortableDateTimePattern() : String;

Property Value

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

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace