Get the minimum time at which formation might be possible.
Read-only property
[Visual Basic .NET] |
---|
Public Property MinimumTime() As System.Object |
[C#] |
---|
public System.Object MinimumTime {get;} |
[Managed C++] |
---|
public: __property VARIANT get_MinimumTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinimumTime( VARIANT * pVal ); |
[Java] |
---|
public AgVariant getMinimumTime(); |