Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the custom format string for a universal, sortable date and time string.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public ReadOnly Property UniversalSortableDateTimePattern As String
public string UniversalSortableDateTimePattern { get; }
public:
property String^ UniversalSortableDateTimePattern {
String^ get ();
}
member UniversalSortableDateTimePattern : string with get
function get UniversalSortableDateTimePattern () : String
Property Value
Type: System. . :: . .String
The custom format string for a universal, sortable date and time string.
Remarks
The UniversalSortableDateTimePattern property defines the format of date strings that are returned by calls to the DateTime..::..ToString and DateTimeOffset.ToString methods and by composite format strings that are supplied the "u" standard format string. It can be used to display dates and times in a sortable order with the universal time designator "Z" at the end. The format is sortable because it uses leading zeros for year, month, day, hour, minute, and second. The custom format string ("yyyy'-'MM'-'dd HH':'mm':'ss'Z'") is the same regardless of culture or format provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.