BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTEndDate Property

BASS.NET API for the Un4seen BASS Audio Library
The end date of the cut (max. 10 characters, in format yyyy-mm-dd).

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public string EndDate { get; set; }

Property Value

Type: String
Remarks

As in start date, but shall indicate the date after which the sequence will no longer be active. If the sequence is to run forever, the date shall be 9999-12-31. There shall be no default for this field.
See Also

Reference