BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTStartTime Property

BASS.NET API for the Un4seen BASS Audio Library
The start time of cut (max. 10 characters, in format hh:mm:ss).

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

public string StartTime { get; set; }

Property Value

Type: String
Remarks

An ASCII time string of the form hh:mm:ss, such as 12:31:45, representing the 24 hour time-of-day for the start time on the assigned StartDate. If blank, assume 00:00:00.
See Also

Reference