Visit Gigasoft's Web Site
 ProEssentials v9 Help

TM

Note: version 6 expands this structure with a Millisecond field. If porting from v5 and earlier, you should account for this new field.

 

This structure holds date/time information used with the PEcreateserialdate and PEdecipherserialdate functions.

 

 

typedef struct tagTM

{

  int nMonth;   // 1-12

  int nDay;     // 1-31

  int nYear;    // year minus 1900

  int nHour;    // 0-23

  int nMinute;  // 0-59

  int nSecond;  // 0-59

  int nMilliSecond; // 0-999

  int nWeekDay; // 0-6, 0=Sunday

  int nYearDay; // 1-366

} TM;

 

Comments

See Also: DateTimeMode, DateTimeMilliSeconds, XData, XDataII