PickerClosingOperation.Deadline Property

Definition

Gets a DateTime object that indicates when the system will shut down the app that is providing files through the file picker without further notice.

public:
 property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = pickerClosingOperation.deadline;
Public ReadOnly Property Deadline As DateTimeOffset

Property Value

The DateTime object that indicates when the system will shut down the app.

Applies to