PDateTime.h
Go to the documentation of this file.
47 E_UTC
69 explicit PDateTime(const PDate& date, const PTime& time, EDateTimeZone timeZone = PDateTime::E_UTC);
EDateTimeZone
Constants to specify if a datetime uses a local time zone or UTC.
Definition: PDateTime.h:44
The PDateTime class provides date and time functions, including time-zone management and UTC conversi...
Definition: PDateTime.h:38
The PDate class provides a calendar date (year, month, and day numbers) in the Gregorian calendar; PD...
Definition: PDate.h:27
The PTime class provides clock time functions; PTime instances are immutable (thread-safe).
Definition: PTime.h:32
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
Class PString: an unicode character strings (use copy-on-write idiom).
static const PDateTime & Bad()
Returns the constant holding the bad instance of a PDateTime.
Definition: PDateTime.h:53
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45