Share via


CurrentTimeChangeRequestedEventArgs.Time Property

Definition

Gets the new time that the Play To source audio or video stream has been changed to.

public:
 property TimeSpan Time { TimeSpan get(); };
TimeSpan Time();
public System.TimeSpan Time { get; }
var timeSpan = currentTimeChangeRequestedEventArgs.time;
Public ReadOnly Property Time As TimeSpan

Property Value

The new time that the Play To source audio or video has been changed to.

Applies to

See also