c-treeDB API for C# - Developers Guide
CTTime.CTTime
Syntax
CTTime ( )
CTTime(int hour, int minute, int second)
CTTime(CTTIME Time)
CTTime(CTTime Time)
Parameters
- hour [in] The hour to set to the CTTime object.
- minute [in] The minute to set to the CTTime object.
- second [in] The second to set to the CTTime object.
- Time [in] The time to set to the CTTime object
Description
This is the constructor for the CTTime object.
See Also
~CTTime()