You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Determines if the local time is in daylight savings time.

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

// Are we in daylight savings time?
IsIt = SRP_Time("IsDaylightSavings")
  • No labels