Bridge

DateTimeFormatInfo..::..UniversalSortableDateTimePattern Property

Gets the custom format string for a universal, sortable date and time string.

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public string UniversalSortableDateTimePattern { get; set; }
<FieldPropertyAttribute> _
Public Property UniversalSortableDateTimePattern As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ UniversalSortableDateTimePattern {
	String^ get ();
	void set (String^ value);
}

Return Value

The custom format string for a universal, sortable date and time string.