adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / ExecutionStart Property


In This Topic
    ExecutionStart Property (ExecutionHistoryStep)
    In This Topic
    The date/time execution started for the step
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property ExecutionStart As Nullable(Of DateTimeOffset)
    [ComVisible(false)]
    public Nullable<DateTimeOffset> ExecutionStart {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTimeOffset> ExecutionStart {
       Nullable<DateTimeOffset> get();
    }
    See Also