Share via


JobStatus.LastExecutionTime Property

Optional. Time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.

Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Usage

'Usage
Dim instance As JobStatus
Dim value As Nullable(Of DateTime)

value = instance.LastExecutionTime

instance.LastExecutionTime = value

Syntax

'Declaration
Public Property LastExecutionTime As Nullable(Of DateTime)
public Nullable<DateTime> LastExecutionTime { get; set; }
public:
property Nullable<DateTime> LastExecutionTime {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_LastExecutionTime ()

/** @property */
public void set_LastExecutionTime (Nullable<DateTime> value)
public function get LastExecutionTime () : Nullable<DateTime>

public function set LastExecutionTime (value : Nullable<DateTime>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobStatus Class
JobStatus Members
Microsoft.WindowsAzure.Scheduler.Models Namespace