Share via


CALDATETIME

Represents an instant in time, typically expressed as a date and time of day and a corresponding calendar.

typedef struct _caldatetime { 
    CALID   CalId;
    UINT    Era;        
    UINT    Year;       
    UINT    Month;      
    UINT    Day;        
    UINT    DayOfWeek;
    UINT    Hour;    
    UINT    Minute;  
    UINT    Second; 
    ULONG   Tick;
} CALDATETIME, *LPCALDATETIME; 

Members

  • CalId
    The calendar Calendar identifier for this instance.
  • Era
    The era information for this instance.
  • Year
    The year for this instance.
  • Month
    The month for this instance.
  • Day
    The day for this instance.
  • DayOfWeek
    The day of the week for this instance.
  • Hour
    The hour for this instance.
  • Minute
    The minute for this instance.
  • Second
    The second for this instance.
  • Tick
    The tick for this instance.

Remarks

This structure is deprecated and will be unavailable in subsequent versions.

Requirements

**  Windows NT/2000/XP/Vista:** Windows Vista only.
**  Windows 95/98/Me:** Unsupported.
**  Implementation:** Implemented by Kernel32.dll.
**  Unicode:** Declared as Unicode and ANSI structures.

See Also

National Language Support Structures