TDME2 1.9.121
Static Public Member Functions | List of all members
Time Class Reference

Time utility class. More...

#include <tdme/utilities/Time.h>

Collaboration diagram for Time:
Collaboration graph

Static Public Member Functions

static int64_t getCurrentMillis ()
 Retrieve current time in milliseconds. More...
 
static string getAsString (const string &format="%Y-%m-%d %H:%M:%S")
 Get date/time as string. More...
 

Detailed Description

Time utility class.

Author
mahula
Version
$Id$

Definition at line 20 of file Time.h.

Member Function Documentation

◆ getAsString()

static string getAsString ( const string &  format = "%Y-%m-%d %H:%M:%S")
inlinestatic

Get date/time as string.

Parameters
formatformat, see strftime
Returns
date/time as string

Definition at line 41 of file Time.h.

◆ getCurrentMillis()

static int64_t getCurrentMillis ( )
inlinestatic

Retrieve current time in milliseconds.

Returns
int64_t

Definition at line 28 of file Time.h.


The documentation for this class was generated from the following file: