Gets or sets the stop time of export interval. Uses DateFormat Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Stop() As System.Object |
[C#] |
---|
public System.Object Stop {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Stop(); |
[Unmanaged C++] |
---|
public: HRESULT get_Stop( VARIANT * pVal ); public: HRESULT put_Stop( VARIANT StopTime ); |
[Java] |
---|
public AgVariant getStop(); public void setStop( AgVariant ); |