How Can We Help?
$hours
Extracts “hours” information from a standard time value.
Syntax
$hours(time)
Parameters
time | an 8-digit number, or an expression that evaluates to an 8-digit number, expressing valid time in the form HHMMSSTT |
Return Value
Number.
Comments
The system variable $Time is often used for time.
Example
$hours($Time)
Evaluates to 23 when $Time has the value 23595999.