Click or drag to resize

TrackSeconds Property

For tracks that have a meaningful elapsed time or duration, this is the rounded number of seconds. It will usually be the playtime of an audio or video track.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public int? Seconds { get; set; }

Property Value

NullableInt32
See Also