TcxSchedulerReminders.TimeZoneDaylightSaving Property
Specifies whether daylight saving time is applied to the reminder.
Declaration
property TimeZoneDaylightSaving: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the TimeZoneDaylightSaving property to True, to enable daylight saving time for the reminder. Otherwise, it will be disabled.
To specify daylight saving time for time rulers, use the scheduler’s OptionsView.AdditionalTimeZoneDaylightSaving and OptionsView.CurrentTimeZoneDaylightSaving settings instead.
The default value of the TimeZoneDaylightSaving property is False.
See Also