|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|


Public Member Functions | |
| void | set (Hour hours, Minute mins, Second secs, NanoSecond nsecs) |
| bool | isValid () const |
| bool | isPm () const |
Static Public Member Functions | |
| static const char * | amPmStr (bool isPm) |
| static Second | localUtcOffset () |
Additional Inherited Members | |
Data Fields inherited from GblTime | |
| GblHour | hours |
| GblMinute | minutes |
| GblSecond | seconds |
| GblNanoSecond | nSeconds |
Related Symbols inherited from GblTime | |
| GblBool | GblTime_isValid (const GblTime *pSelf) |
| GblBool | GblTime_isPm (const GblTime *pSelf) |
| void | GblTime_set (GblTime *pSelf, GblHour hours, GblMinute mins, GblSecond secs, GblNanoSecond nsec) |
Definition at line 70 of file gimbal_date_time.hpp.