The 'Time' frame is a numeric string in the HHMM format containing the time 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 FrameBodyTIME datatype.
super(body);
Creates a new FrameBodyTIME datatype.paramtextEncodingparamtext super(textEncoding, text);
super(textEncoding, text);
Creates a new FrameBodyTIME datatype.parambyteBufferparamframeSizethrowsInvalidTagException super(byteBuffer, frameSize);
super(byteBuffer, frameSize);
The ID3v2 frame identifierreturnthe ID3v2 frame identifier for this frame type return ID3v23Frames.FRAME_ID_V3_TIME;
return ID3v23Frames.FRAME_ID_V3_TIME;
return hoursOnly;
this.hoursOnly = hoursOnly;