Page History
...
Code Block |
---|
Bias = SRP_Time("IsDaylightSavings") |
Returns
1 if the local time is in daylight savings time. 0 if not.
Remarks
The "IsDaylightSavings" returns 1 if the system's local time is set to daylight savings time. If not, this service returns 0.
Examples
Code Block | ||
---|---|---|
| ||
// Are we in daylight savings time? IsIt = SRP_Time("IsDaylightSavings") |
...