IDateConverter

Assembly: Cubes;

Description

The IDateConverter interface is used to set date parse format.

Inheritance Hierarchy

          IValueConverter

          IDateConverter

Comments

To create an object that is used to parse dates, use the DateConverter class.

Properties

  Property name Brief description
CalendarDateFormat

The CalendarDateFormat property determines a date format.
ConvertShortYear

The ConvertShortYear property determines whether the brief date format is transformed.

Properties inherited from IValueConverter

  Property name Brief description
DataType The DataType property returns type of data obtained after transformation.

Methods inherited from IValueConverter

  Method name Brief description
Convert The Convert method transforms the specified value.
TryConvert The TryConvert method tries to transform data and returns whether transformation is successful.

See also:

Cubes Assembly Interfaces