VideoProperties.Duration Property

Definition

Gets the duration of the video.

public:
 property TimeSpan Duration { TimeSpan get(); };
TimeSpan Duration();
public System.TimeSpan Duration { get; }
var timeSpan = videoProperties.duration;
Public ReadOnly Property Duration As TimeSpan

Property Value

The duration.

Applies to