DST

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

DST


 

Determine whether it is daylight saving time (Day, Light, Saving) from the date and time.

 


syntax

DST(

         time

         [,format]

         [,timeZone]

         )

 


Parameters

 

time

 

Type:

time

 

Date and time.

 

format

 

Type:

character

 

Date and time format name. If empty, the time zone specified by timeZone (third argument) is used.

 

timeZone

 

Type:

character

 

Time zone. If empty, the time zone will be determined by the format (second argument).

*If both format/timeZone are specified, timeZone takes priority.

 

Return Value

 

 

Type:

Boolean

 

FALSE : Standard time

TRUE : Daylight Saving Time

​ #N/A# : Unidentifiable

 

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference