IDateConverter.CalendarDateFormat

Syntax

CalendarDateFormat: String;

Description

The CalendarDateFormat property determines date format.

Comments

Available formats:

Composite formats can be used. For example, the $Year$Q$Quarter$ format is used to parse dates of the 2015Q4 type. This date corresponds to the fourth quarter of 2015 year.

Example

The property use is given in the example for ICubeLoaderFromSource.LoadWithResult.

See also:

IDateConverter