PlayToSourceRequest.Deadline Property

Definition

Gets the time limit to supply the Play To source element.

public:
 property DateTime Deadline { DateTime get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
DateTime Deadline();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
DateTime Deadline();
public System.DateTimeOffset Deadline { [Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public System.DateTimeOffset Deadline { [Windows.Foundation.Metadata.Deprecated("PlayToSourceRequest may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var dateTime = playToSourceRequest.deadline;
Public ReadOnly Property Deadline As DateTimeOffset

Property Value

The time limit to supply the Play To source element.

Attributes

Applies to

See also