Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetSecond

Get the whole seconds from a packed CTTIME.

Declaration

NINT ctdbGetSecond(CTTIME Time)

Description

ctdbGetSecond() gets the second from a packed CTTIME.

  • Time is the packed time in CTTIME format.

Returns

ctdbGetSecond() returns the minute, on success or -1 on error.

See also

ctdbGetMinute(), ctdbGetHour()

TOCIndex