adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / StepExecutionStart Property


In This Topic
    StepExecutionStart Property
    In This Topic
    The date/time at which step execution started.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepExecutionStart As Nullable(Of Date)
    Nullable<DateTime> StepExecutionStart {get;}
    property Nullable<DateTime> StepExecutionStart {
       Nullable<DateTime> get();
    }
    See Also