aspxtreme

DateTimeFormatInfo.UniversalSortableDateTimePattern Property

System.Globalization Namespace   DateTimeFormatInfo Class


Gets the format pattern for a universal sortable date and time value, which is associated with the 'u' and 'U' format characters.

[ VB ]
public ReadOnly Property UniversalSortableDateTimePattern As _
   String

[ C# ]
public string UniversalSortableDateTimePattern {get;}

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

[ JScript ]
function get UniversalSortableDateTimePattern ( ) : String;

Property Value

The format pattern for a universal sortable date and time value, which is associated with the 'u' and 'U' format characters.

Remarks

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

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

and for the current date and time returns

2008-12-01 17:27:35Z
See Also

DateTimeFormatInfo Members   SortableDateTimePattern



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme