Chapter 76. SBLTimeLib
This library implements an SBL-compatible time library, with functions like: TIMESTR(), TIMEVAL(), HRS(), MINS(), SECS(), THOUSECS, and string2time() for converting from a string version of a time to a time value.
HRS()
Description
This function implements the HRS() function for SBL
compatibility. Returns the hours component of the time passed in
t.
Prototype
HRS (
time )
t
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| t | None | time |


