Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The DateConverter class is used to set date parse format.
Data parse enables the user to set up to a specific date format in the file with imported data.
Class to get analog of the DateConverter class:
None;
Class to get analog of the DateConverter class object:
DateConverterClass;
| 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: