Set the start time for the procedure.
[Visual Basic .NET] |
---|
Public Sub SetStartTime( _ ByVal Time As System.Object _ ) |
[C#] |
---|
public void SetStartTime( System.Object Time ); |
[Managed C++] |
---|
public: void SetStartTime( VARIANT Time ); |
[Unmanaged C++] |
---|
public: HRESULT SetStartTime( VARIANT Time ); |
[Java] |
---|
public void setStartTime( AgVariant Time ); |
[Python - STK API ] |
---|
def SetStartTime(self, Time:typing.Any) -> None: |
- Time