Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebp
// Are we in daylight savings time?
IsIt = SRP_Time("IsDaylightSavings")

...