TimeSelector.StartDate property
- Last UpdatedJul 19, 2024
- 1 minute read
The TimeSelector.StartDate property is a read-only string property that gets the start 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.StartDate property is updated as current time minus duration.
Note: To set the start date and time of the Alarm Control, use the TimeSelector.SetStartAndEndTimes() method.
Syntax
result = AlarmClient.TimeSelector.StartDate;
Example
LogMessage(AlarmClient1.TimeSelector.StartDate);