NDateTime Class Reference

NDateTime class provides an easy to use date/time manipulation class. More...

List of all members.

Static Public Member Functions

static NString now (void)
 Gets the current time/date.
static NString now (const NString &dateFormat, const NString &timeFormat)
 Gets the current time/date.


Detailed Description

NDateTime class provides an easy to use date/time manipulation class.

Definition at line 36 of file ndatetime.h.


Member Function Documentation

NString now ( void   )  [static]

Gets the current time/date.

Returns:
The current time/date

Definition at line 28 of file ndatetime.cpp.

References NTime::now(), and NDate::today().

NString now ( const NString dateFormat,
const NString timeFormat 
) [static]

Gets the current time/date.

Parameters:
dateFormat Date format as defined by strftime function
timeFormat Time format as defined by strftime function
Returns:
The current time/date in the given format

Definition at line 39 of file ndatetime.cpp.

References NTime::now(), and NDate::today().


The documentation for this class was generated from the following files:
Generated on Wed Mar 5 23:10:36 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4