BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTStartDate Property

BASS.NET API for the Un4seen BASS Audio Library
The start 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 StartDate { get; set; }

Property Value

Type: String
Remarks

An ASCII date string of the form yyyy-mm-dd, such as 1998-12-25, holding the start date. Any valid date can be used. To signify an immediate start date, use '1900-01-01.'
See Also

Reference