MPEG_DATE Structure
The MPEG_DATE structure specifies a date.
Syntax
typedef struct {
BYTE Date;
BYTE Month;
WORD Year;
} MPEG_DATE;
Members
Date
Specifies the day of the month. The value can range from 1 to 31, inclusive.Month
Specifies the month. The value can range from 1 to 12, inclusive.Year
Specifies the year.
Requirements
Header | Declared in Mpeg2Structs.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008