TimeSelector.EndDate property
- Last UpdatedJul 19, 2024
- 1 minute read
The TimeSelector.EndDate property is a read-only string property that gets the end date and time of the Alarm Control.
The default value is the time the Alarm Control is placed on the canvas. If the Update to Current Time option is enabled, the TimeSelector.EndDate property is updated with the current time.
Note: To set the end date and time of the Alarm Control, use the TimeSelector.SetStartAndEndTimes() method.
Syntax
result = AlarmClient.TimeSelector.EndDate;
Example
LogMessage(AlarmClient1.TimeSelector.EndDate);