njb_get_time(3)
NAME
NJB_Set_Time - Sets the local time on the NJB
LIBRARY
libnjb
SYNOPSIS
#include <libnjb.h> extern int njb_error int NJB_Set_Time(njb_t *njb, njb_time_t *time);
DESCRIPTION
- This function sets the time of the built-in clock of the
- Jukebox. The time to be set must be delivered in a njb_time_t
- structure, see NJB_Get_Time(3) for the layout of that structure.
SEE ALSO
- NJB_Get_Time(3)
- January 2003