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;}
    [DataMember()]
    public:
    property IList<DateTime>^ ExecutionTimes {
       IList<DateTime>^ get();
       void set (    IList<DateTime>^ value);
    }
    See Also