Initializing help system before first use

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
Reference to a date object
Reference to store the years or NULL
Reference to store the months or NULL
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