CultureInfo.DateOrder

Syntax

DateOrder: String

Description

The DateOrder property sets date creation order.

Comments

Property value is set directly or from JSON. By default it equals to dmy, that corresponds to day-month-year order.

Example

The example of use is given in the with description of the CultureInfo.dateToStr method.

See also:

CultureInfo