PlaylistTrackInfoLength Property
Gets or sets the track length.
Namespace: DevCase.Core.Media.SoundAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TimeSpan Length { get; set; }
Public Property Length As TimeSpan
Get
Set
Dim instance As PlaylistTrackInfo
Dim value As TimeSpan
value = instance.Length
instance.Length = value
public:
property TimeSpan Length {
TimeSpan get ();
void set (TimeSpan value);
}
member Length : TimeSpan with get, set
No code example is currently available or this language may not be supported.
Property Value
TimeSpan
The track length.