gettime
| gettime | 
  Purpose
 
 Get the time of a
 time object.
 
  Synopsis
 
int gettime(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 
     | 
     Reference to store the hours or
     NULL
     | 
| 
     mi 
     | 
     Reference to store the minutes or
     NULL
     | 
| 
     s 
     | 
     Reference to store the seconds or
     NULL
     | 
| 
     ms 
     | 
     Reference to store the milliseconds or
     NULL
     | 
  Return value
 
 0 if successful or -1 if
 t is
 NULL.
  Further information
 
  Provided references are set even if the function fails.
 
  Related topics
 
  Module
 
 
