Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetHour

Get the hour from a packed CTTIME.

Declaration

NINT ctdbGetHour(CTTIME Time)

Description

ctdbGetHour() gets the hour from a packed CTTIME.

  • Time is the packed time in CTTIME format.

Returns

ctdbGetHour() returns the hour on success, or -1 on error.

See also

ctdbGetMinute(), ctdbGetSecond()

TOCIndex