#include <asn.h>
Public Member Functions | |
Initialization | |
| void | loadunix (double t1) |
| Load object with double in standard UNIX format. | |
Conversions | |
| double | tounix () const |
| Convert object to standard UNIX format as a double. | |
| str | tostr () const |
| Convert Date object to a cdk::str object. | |
Data Fields | |
| int | month |
| an integer in the range 1 – 12 | |
| int | day |
| an integer in the range 1 –31 | |
| int | year |
| an integer in the range 1980 – 2030 | |
| int | hour |
| an integer in the range 0 – 23 | |
| int | minute |
| an integer in the range 0 – 59 | |
| int | second |
| an integer in the range 0 – 59 | |
| int | gmtoffset |
| offset from GMT in hours (e.g., PDT = +7) | |
| void loadunix | ( | double | t1 | ) |
Load object with double in standard UNIX format.
| t1 | a double representing the Date to be loaded in standard UNIX format. |
| str tostr | ( | ) | const |
| double tounix | ( | ) | const |
Convert object to standard UNIX format as a double.
| ISC Cryptographic Development Kit - User's Guide | |
| Questions? E-mail ISC technical support | |
| Copyright© 2002-2006 Information Security Corp. All rights reserved. |