Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
Returns the current time and date in EdmiPackedDate format. The current time and date is provided by the EDMserver to facilitate a synchronous time and date for all EDMserver clients.
The date from January 1, 1990 to December 31, 2053 can be represented in this format.
Related functions: edmiStringToDate , edmiPackDate , edmiUnpackDate , edmiGetDate .
Header:
#include "sdai.h"
Prototype:
EdmiPackedDate edmiGetPackedDate(void);
Arguments:
None.
Returns:
The current time and date in EdmiPackedFormat. This time and date is provided by the actual EDMserver.
EXAMPLE
EdmiPackedDate packedDate;
. . .
packedDate = edmiGetPackedDate();
. . .

  • No labels