adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ScheduledStart Property


In This Topic
    ScheduledStart Property
    In This Topic
    The date/time when this instance is scheduled to start, if it is in a waiting status.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property ScheduledStart As Nullable(Of DateTimeOffset)
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public Nullable<DateTimeOffset> ScheduledStart {get;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property Nullable<DateTimeOffset> ScheduledStart {
       Nullable<DateTimeOffset> get();
    }
    Remarks
    See Also