Function CSPDateTime::CSPDateTime()
Description:
Creates a datetime object and assigns a date and a time value to it.
 |
Prototype:
CSPDateTime(const CSPDate& dDate, const CSPTime& tTime, idst = -1 int);
Arguments:
- const CSPDate& dDate [IN]
The date value.
- const CSPTime& tTime [IN]
The time value.
- idst = -1 int [IN]
Daylight saving. If set to 1, daylight saving is on. If set to 0, daylight saving is off. If set to -1, daylight is automatically calculated.
Return value:
No value is returned.
See also:
constructors CSPDateTime(), CSPDateTime( unsigned long ulSecond, unsigned long ulMinute, unsigned long ulHour, unsigned long ulDay, unsigned long ulMonth,long lYear, int idst )
|
|