Vault  4.1
Public Member Functions | Friends
VDateAndTime Class Reference

VDateAndTime simply aggregates a VDate and a VTimeOfDay into one convenient object. More...

#include <vinstant.h>

List of all members.

Public Member Functions

 VDateAndTime (const VString &timeZoneID)
 VDateAndTime (int inYear, int inMonth, int inDay, int inHour, int inMinute, int inSecond, int inMillisecond)
const VDategetDate () const
const VTimeOfDaygetTimeOfDay () 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)

Detailed Description

VDateAndTime simply aggregates a VDate and a VTimeOfDay into one convenient object.

Definition at line 1213 of file vinstant.h.


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.