The 'Date' frame is a numeric string in the DDMM format containing the date for the recording. This field is always four characters long.
Deprecated in v2.4.0
For more details, please refer to the ID3 specifications:
Creates a new FrameBodyTDAT datatype.
super(body);
Creates a new FrameBodyTDAT datatype.paramtextEncodingparamtext super(textEncoding, text);
super(textEncoding, text);
Creates a new FrameBodyTDAT datatype.parambyteBufferparamframeSizethrowsInvalidTagException super(byteBuffer, frameSize);
super(byteBuffer, frameSize);
The ID3v2 frame identifierreturnthe ID3v2 frame identifier for this frame type return ID3v23Frames.FRAME_ID_V3_TDAT;
return ID3v23Frames.FRAME_ID_V3_TDAT;
return monthOnly;
this.monthOnly = monthOnly;