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