Tinderbox v9 Icon

Date.hour()


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

 Property  [other Property type actions]

 Item  [operators of similar scope]

 Date-time  [other Date-time operators]

 Baseline

 As at baseline


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


Date.hour()

Date.hour

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

If $MyDate is 25 Oct 1415 16:20 then:

$MyNumber = $MyDate.hour; returns 16

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

$MyDate.hour = 20; sets the hour to 20 (8 PM)