LocalDST

Purpose

This function indicates if you're in daylight savings time.

Parameters

None.

Returns

Return value: flag
Type: long
Description: This returns a value of 1 if daylight savings time is active and 0 if it's not.

Example

hs.WriteLog "Daylight Savings is " & IIf(hs.LocalDST > 0,"in effect!","is not in effect.")