Initializing help system before first use

settime

settime


Purpose
Set the time of a time object.
Synopsis
int settime(XPRMctx ctx, void *sysctx, void *t, int h, int mi, int s, int ms);
Arguments
ctx 
Mosel's execution context
sysctx 
Context of mmsystem
Reference to a time object
hours
mi 
minutes
seconds
ms 
milliseconds
Return value
0 if successful or -1 if t is NULL.
Related topics
Module