DateTimeFormatInfo: UniversalSortableDateTimePattern (get)

UniversalSortableDateTimePattern

Returns a string sortable pattern that is associated with the u' or 'U' formatting commands.



 Public Property Get UniversalSortableDateTimePattern ( ) As String

Return Values

String -  The UniversalSortableDateTimePattern .

Remarks

The pattern can be used to sort string representations of a date using the universal time designator "Z". This pattern is the same across all cultures.

Read Only.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods ToString YearMonthPattern (get)