man NJB_Set_Time (Fonctions bibliothèques) - Sets the local time on the NJB

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