The date and time class provides date and time members.
More...
#include <murl_system_time.h>
The date and time class provides date and time members.
◆ DateTime() [1/2]
Murl::System::DateTime::DateTime |
( |
| ) |
|
The default constructor.
All members are initialized to zero.
◆ DateTime() [2/2]
Murl::System::DateTime::DateTime |
( |
const Time & |
time | ) |
|
Constructor taking a time object.
- Parameters
-
time | The number of seconds since 00:00 hours, Jan 1, 1970 UTC. |
◆ GetNow()
static DateTime Murl::System::DateTime::GetNow |
( |
| ) |
|
|
static |
Get the date and time from now.
- Returns
- The DateTime object containing the date and time from now.
◆ ToString()
String Murl::System::DateTime::ToString |
( |
| ) |
const |
Get the string representation of the object.
- Returns
- The string representation of the object.
The documentation for this class was generated from the following file: