Tinderbox v10 Icon

Date.second()


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator in Current Baseline: 

Operator Last Altered: 

 Property  [other Property type actions]

 Item  [operators of similar scope]

 Date-time  [other Date-time operators]

 v6.0.0

 Baseline

 As at baseline


Syntax note: Operators without any defined mandatory arguments may omit their empty closing parentheses


Date.second()

Date.second

Returns the 1 or 2 digit seconds for the Date-type attribute specified. Valid range 0-59.

If $MyDate is 25 Oct 1415 15:20:06 then:

$MyNumber = $MyDate.second returns 6

The operator may also be used to set the attribute's month, using a valid figure

$MyDate.second = 24; sets the seconds element of the time to 24