DateTimeFormatInfo: SortableDateTimePattern (get)

SortableDateTimePattern

Returns a pattern that can be used in string sorting to produce an ascending sort with string based dates and times. This pattern is associated with the s' formatting command.



 Public Property Get SortableDateTimePattern ( ) As String

Return Values

String -  The string sortable pattern .

Remarks

This pattern is the same across all cultures.

Read Only.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview