System clock functions

Provides system clock functions. More...

Collaboration diagram for System clock functions:

Classes

class  SystemClockClass
 

Variables

SystemClockClass SystemClock
 Global instance of system clock object. More...
 

Detailed Description

Provides system clock functions.

System clock class.

Variable Documentation

◆ SystemClock

SystemClockClass SystemClock
extern

Global instance of system clock object.

Note
Use SystemClock.function to access system clock functions
Example:
SystemClock.setTimeZone(+9.5); //Darwin, Australia
bool setTimeZone(float localTimezoneOffset)
Set the local time zone offset in hours.
Definition: SystemClock.h:70
SystemClockClass SystemClock
Global instance of system clock object.