TdxSpreadSheetOptionsView.ActualDateTimeSystem Property
Returns the date/time format currently used by the Spreadsheet control.
Declaration
property ActualDateTimeSystem: TdxSpreadSheetDateTimeSystem read;
Property Value
Type |
---|
TdxSpreadSheetDateTimeSystem |
Remarks
Use this property to identify which date/time format is used in the Date and Time built-in functions.
Note
To assign the required date/time format, use the DateTimeSystem property instead.
See Also