Date Constructor |
Name | Description | |
---|---|---|
Date | Date default constructor.
| |
Date(Date) | Creates a Date object from specified Date object
| |
Date(Obj) | Create a Date and initialize it using given Cos/SDF string date object.
String date object is attached to this Date.
| |
Date(Int16, Byte, Byte, Byte, Byte, Byte) | Create a Date and initialize it using specified parameters.
The Date is not attached to any Cos/SDF object.
|