Recording dates frame is intended to be used as complement to * the {@link ID3_Frame_TYER}, {@link ID3_Frame_TDAT} and {@link ID3_Frame_TIME} * frames. E.g. "4th-7th June, 12th June" in combination with the * {@link ID3_Frame_TYER} frame. * * @package php-reader * @subpackage ID3 * @author Sven Vollbehr * @copyright Copyright (c) 2008 The PHP Reader Project Workgroup * @license http://code.google.com/p/php-reader/wiki/License New BSD License * @version $Rev: 75 $ * @deprecated ID3v2.3.0 */ final class ID3_Frame_TRDA extends ID3_Frame_AbstractText {}