Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetOptionsView.ActualDateTimeSystem Property

Returns the date/time format currently used by the Spreadsheet control.

#Declaration

Delphi
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