IsDST (NotesDateTime - LotusScript®)

Read-only. Indicates whether the time reflects daylight-saving time.

Defined in

NotesDateTime

Data type

Boolean

Syntax

To get: flag = notesDateTime .IsDST

Legal values

  • True indicates that the current computer is set to observe daylight-saving time, and daylight-saving time is currently in effect (for example, from mid-April to mid-October).
  • False indicates that the current computer is set to observe daylight-saving time, but daylight-saving time is not currently in effect (for example, from mid-October to mid-April).

Usage

The current computer is not set to observe daylight-saving time. The NotesDateTime object has no time component.

Example