JAMS Developer Guide
LastJobStartUTC Property


MVPSI.JAMS Namespace > Agent Class : LastJobStartUTC Property
Gets or sets the last date and time that a job started.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Dynamic")>
<System.ComponentModel.DescriptionAttribute("Gets the UTC date and time of the most recent job start.")>
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.ReadOnlyAttribute(True)>
Public ReadOnly Property LastJobStartUTC As System.Date
'Usage
 
Dim instance As Agent
Dim value As System.Date
 
value = instance.LastJobStartUTC
[System.ComponentModel.Category("Dynamic")]
[System.ComponentModel.Description("Gets the UTC date and time of the most recent job start.")]
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.ReadOnly(true)]
public System.DateTime LastJobStartUTC {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members