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();
. . .
General
Content
Integrations