Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IDateConverter interface is used to set date parse format.
IDateConverter
To create an object that is used to parse dates, use the DateConverter class.
| Property name | Brief description | |
| The CalendarDateFormat property determines a date format. | ||
| The ConvertShortYear property determines whether the brief date format is transformed. |
| Property name | Brief description | |
| DataType | The DataType property returns type of data obtained after transformation. |
| 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: