asp.net.ph

DateTimeFormatInfo.SortableDateTimePattern Property

System.Globalization Namespace   DateTimeFormatInfo Class


Gets the format pattern for a sortable date and time value, which is associated with the 's' format character.

[ VB ]
public ReadOnly Property SortableDateTimePattern As String

[ C# ]
public string SortableDateTimePattern {get;}

[ C++ ]
public: __property String* get_SortableDateTimePattern ( );

[ JScript ]
function get SortableDateTimePattern ( ) : String;

Property Value

The format pattern for a sortable date and time value, which is associated with the 's' format character.

Remarks

The SortableDateTimePattern applies the same pattern for each of the available cultures, which is

yyyy'-'MM'-'dd'T'HH':'mm':'ss

and for the current date and time returns

2025-01-10T10:08:45
See Also

DateTimeFormatInfo Members   UniversalSortableDateTimePattern Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph