GlobalSystemMediaTransportControlsSessionTimelineProperties.LastUpdatedTime 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.
The UTC time at which the timeline properties were last updated.
public:
property DateTime LastUpdatedTime { DateTime get(); };
DateTime LastUpdatedTime();
public System.DateTimeOffset LastUpdatedTime { get; }
var dateTime = globalSystemMediaTransportControlsSessionTimelineProperties.lastUpdatedTime;
Public ReadOnly Property LastUpdatedTime As DateTimeOffset
Property Value
A value representing the last time the timeline properties were updated.