LockScreenUnlockingEventArgs.Deadline 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 deadline by which the lock screen app must unlock the device. If your unlocking deferral takes too long, your lock screen app will be terminated by the system and potentially removed as the user’s default lock app.
public:
property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = lockScreenUnlockingEventArgs.deadline;
Public ReadOnly Property Deadline As DateTimeOffset
Property Value
The deadline by which your app must unlock the device.