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
     | 
| 
     t 
     | 
     Reference to a time object
     | 
| 
     h 
     | 
     hours
     | 
| 
     mi 
     | 
     minutes
     | 
| 
     s 
     | 
     seconds
     | 
| 
     ms 
     | 
     milliseconds
     | 
  Return value
 
 
 0 if successful or -1 if
 t is
 NULL.
 
  Related topics
 
  
  Module
 
  
