Date

ID3V2Tag.Date property

Gets or sets a numeric string in the DDMM format containing the date for the recording. This field is always four characters long. This value is represented by the TDAT frame.

public string Date { get; set; }

Property Value

A numeric string in the DDMM format containing the date for the recording.

See Also