Static Public Member Functions | |
static int64_t | currentTimeMillis () |
static String | getProperty (const String &key) |
static void | setProperty (const String &key, const String &value) |
|
Returns the current time in milliseconds since midnight (0 hour), January 1, 1970. Returns the current time in milliseconds. Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.
|
|
Gets the system property indicated by the specified key.
|
|
Sets the system property indicated by the specified key.
|