getdate
| getdate | 
  Purpose
 
 
 Get the date of a
 date object.
 
 
  Synopsis
 
 int getdate(XPRMctx ctx, void *sysctx, void *t, int *y, int *m, int *d);
 
  Arguments
 
 | 
     ctx 
     | 
     Mosel's execution context
     | 
| 
     sysctx 
     | 
     Context of
     mmsystem
     | 
| 
     t 
     | 
     Reference to a date object
     | 
| 
     y 
     | 
     Reference to store the years or
     NULL
     | 
| 
     m 
     | 
     Reference to store the months or
     NULL
     | 
| 
     d 
     | 
     Reference to store the days 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
 
  
