JEWCALTIMESTRUCT

The JEWCALTIMESTRUCT structure contains a time (hour/min).

typedef struct tagJEWCALTIMESTRUCT
{
  DWORD cbSize;
  int iHour;
  int iMin;
} JEWCALTIMESTRUCT;
typedef JEWCALTIMESTRUCT FAR* LPJEWCALTIMESTRUCT;

Members

cbSize
Must contain the size of the structure: sizeof(JEWCALTIMESTRUCT)

iHour
Contains the hour of the time in 24 hours format (0 .. 23)

iMin
Contains the minute of the time (0 .. 59)

Remarks

This structure is new in version 1.1

See also

JewcalGetCurrentTimeForLocation