IsDST (Tag-based PE function)
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
Determine if a time expression is in a daylight saving time (DST) period on the local machine.
Syntax
IsDST(time)
Arguments
time
A time expression.
Returns
if the time is in a DST period and otherwise.
Exceptions
If the argument is not a time value, an error condition is returned.
Example
IsDST('*')
IsDST('*-182.5d')
IsDST('t')
IsDST('timestringtag')