|
Previous Top Next |
Prototype: | (Long pClock),Long |
pClock | The time value. |
Returns | The minute part of the time value in pClock. |
This returns just the minute part of the time value passed in pClock. This is handy to have when you need to just know the minute part.
Example:
T Long
M Byte
ITU ITUtilityClass
Code
T = ITU.GetClockFromString('11:10:10')
M = ITU.GetMinute(T) ! returns 10
See also: