Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetMinute

Get the minute from a packed CTTIME.

Declaration

NINT ctdbGetMinute(CTTIME Time)

Description

ctdbGetMinute() gets the minute from a packed CTTIME.

  • Time is the packed time in CTTIME format.

Returns

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

See also

ctdbGetHour(), ctdbGetSecond()

TOCIndex