| Return Type | Function name | Arguments |
|---|---|---|
| const hzTime | hzAtom::Time | (void) |
Declared in file: hzDatabase.h
Defined in file : hzAtom.cpp
Function Logic:
Function body:
const hzTime hzAtom::Time (void)
{
hzTime tmp ;
if (m_eStatus == ATOM_SET && m_eType == BASETYPE_TIME)
{
tmp.SetTime(m_Data.m_uInt32) ;
return tmp ;
}
return _hz_null_hzTime ;
}