CSSM_DATE

typedef struct cssm_date {
    uint8 Year[4];
    uint8 Month[2];
    uint8 Day[2];
} CSSM_DATE, *CSSM_DATE_PTR
Definitions:
Year
Four-digit integer array representation of the year.
Month
Two-digit representation of the month.
Day
Two-digit representation of the day.