Return TypeFunction nameArguments
voidhzTime::SetTime(const hzTime&,)

Declared in file: hzDate.h
Defined in file : hzDate.cpp

Function Logic:

0:START 1:m_secs 2: No text

Function body:

void hzTime::SetTime (const hzTime& op)
{
   m_secs = op.m_secs ;
}