adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobExecutionTimes Class / ExecutionTimes Property

In This Topic
    ExecutionTimes Property
    In This Topic
    List of execution times, in the timezone of the server.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property ExecutionTimes As IList(Of Date)
    [DataMember()]
    public IList<DateTime> ExecutionTimes {get; set;}
    See Also