Share via


MPEG_DATE_AND_TIME Structure

The MPEG_DATE_AND_TIME structure specifies a date and time.

Syntax

typedef struct {
  MPEG_DATE D;
  MPEG_TIME T;
} MPEG_DATE_AND_TIME;

Members

  • D
    Specifies the date, as an MPEG_DATE structure.

  • T
    Specifies the time, as an MPEG_TIME structure.

Requirements

Header Declared in Mpeg2Structs.h.

See Also

BDA Structures

Send comments about this topic to Microsoft

Build date: 12/4/2008