CurrentTimeChangeRequestedEventArgs.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.