hu_TimeFunc

Prototype of user-provided callback function for returning the time in seconds since the Epoch (00:00:00 UTC, January 1, 1970).

Synopsis:

#include "huctx.h"
 
typedef sb_Uint32 hu_TimeFunc(void *cbData);

Since:

BlackBerry 10.0.0

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

The cbData argument is initialized during global context creation and will be passed to this function.