![]() |
Vault
4.1
|
VDateAndTime simply aggregates a VDate and a VTimeOfDay into one convenient object. More...
#include <vinstant.h>
Public Member Functions | |
VDateAndTime (const VString &timeZoneID) | |
VDateAndTime (int inYear, int inMonth, int inDay, int inHour, int inMinute, int inSecond, int inMillisecond) | |
const VDate & | getDate () const |
const VTimeOfDay & | getTimeOfDay () const |
int | getYear () const |
int | getMonth () const |
int | getDay () const |
int | getDayOfWeek () const |
int | getHour () const |
int | getMinute () const |
int | getSecond () const |
int | getMillisecond () const |
void | set (int inYear, int inMonth, int inDay, int inHour, int inMinute, int inSecond, int inMillisecond) |
void | setYear (int year) |
void | setMonth (int month) |
void | setDay (int day) |
void | setHour (int hour) |
void | setMinute (int minute) |
void | setSecond (int second) |
void | setMillisecond (int millisecond) |
void | setToStartOfDay () |
Friends | |
bool | operator== (const VDateAndTime &dt1, const VDateAndTime &dt2) |
VDateAndTime simply aggregates a VDate and a VTimeOfDay into one convenient object.
Definition at line 1213 of file vinstant.h.