This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

hour(theDate[,value])


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Function   [other Function type actions]

 Item   [operators of similar scope]

 Date-time   [other Date-time operators]

 5.7.0

 


hour(theDate[,value])

Alternatively, use Date.hour.

hour(theDate)

returns the hour element from the theDate date/time expression, which may simply be a date-type attribute value.

hour(theDate,value)

creates a new date based on the theDate expression, but in which the hour is value. theDate is not changed - unless theDate is an attribute and the attribute is re-setting itself:

$MyDateA = hour($MyDate,14) $MyDate is unaltered

$MyDate = hour($MyDate,14) $MyDate is changed

Examples. If $MyDate is July 4,2009 09:30, then

$MyDate=hour($MyDate,19) 

will change $MyDate to July 4, 2009 19:30.


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Functional Types : Function actions : hour(theDate[,value])