ScheduledTask.LastScheduledTime Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the last time the agent was scheduled to be run, in the device’s local time.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property LastScheduledTime As DateTime
public DateTime LastScheduledTime { get; internal set; }

Property Value

Type: System..::.DateTime
The last time the agent was scheduled to be run.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ScheduledTask Class

Microsoft.Phone.Scheduler Namespace