minute(theDate[,value])

Tinderbox Icon


Operator Type:   Function
Operator Scope of Action:   Item
Operator Purpose:   Date-time

minute(theDate[,value])

Alternatively, use Date.minute.

minute(theDate)

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

minute(theDate,value)

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

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

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

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

$MyDate=minute($MyDate,5) 

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


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

Up: Date-time operators

A Tinderbox Reference File : Actions & Rules : Operators : Action Operator Types : Date-time operators : minute(theDate[,value])

Quicklinks: Attributes | Action Codes | Export Codes | Designators | Date Formats | aTbRef Site Map

[Last updated: 16 May 2012, using v5.11.1]


Search:

Google search aTbRef for:  


Creative Commons Licence

aTbRef by Mark Anderson is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

[See aTbRef CC licence Attribution & Waiver info]

Made with Tinderbox