Share via


LockScreenUnlockingEventArgs.Deadline Property

Definition

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.

Applies to