Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GDateTime Class Reference

A date/time class. More...

#include <GDateTime.h>

List of all members.

Public Member Functions

int Day ()
 Returns the day.
void Day (int d)
 Sets the day.
int Month ()
 Returns the month.
void Month (int m)
 Sets the month.
int Year ()
 Returns the year.
void Year (int y)
 Sets the year.
void Get (char *Str)
 Gets the date and time as a string.
bool Get (int64 &s)
 Gets the data and time as a 64 bit int (os specific).
void GetDate (char *Str)
 Gets just the date as a string.
void GetTime (char *Str)
 Gets just the time as a string.
void SetNow ()
 Sets the date and time to the system clock.
bool Set (char *Str)
 Parses a date time from a string.
bool Set (int64 s)
 Sets the date and time from a 64 bit int (os specific).
bool SetDate (char *Str)
 Parses the date from a string.
bool SetTime (char *Str)
 Parses the time from a string.


Detailed Description

A date/time class.


The documentation for this class was generated from the following files:
Generated on Wed Oct 26 14:46:56 2005 for Lgi by  doxygen 1.4.1