Salesforce

Minute (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Minute (Magic xpa 3.x)

Returns a number that represents the minutes part of a time value.

Syntax:

Minute(time)

Parameters:

time: A time value.

Returns:

Number, 0-59

Example:

Minute('12:15:00'TIME) returns 15
If A contains the time value '12:15:00', Minute(A)+2 returns 17.

Note:

The use of the TIME literal following '12:15:00' should not be confused with the Time() function.

See also:

Second, Hour

How Do I Calculate the Hour/Minute/Seconds Portion of a Given Time Value?

The Online and Rich Client Samples projects (program DT15 and RDT15)

Reference
Attachment 
Attachment