adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobStatistics Class / LatestExecution Property

In This Topic
    LatestExecution Property
    In This Topic
    The latest execution found in the requested time period.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property LatestExecution As Nullable(Of DateTimeOffset)
    [DataMember()]
    public Nullable<DateTimeOffset> LatestExecution {get; set;}
    See Also