c-treeDB API for C# - Developers Guide
CTDate.SetDate
Syntax
void SetDate(uint Date)
void SetDate( CTDate Date)
Parameters
- Date [in] The new date to set to the CTDate object.
Description
Sets the date to the CTDate object.
Return
None.
See Also
GetDate()