Description
Gets or sets the maximum time of the
inclusive time interval.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property MaximumTime() As IAgDate
|
| [C#] |
public IAgDate MaximumTime {get; set;}
|
| [Managed C++] |
public: __property IAgDate^ get_MaximumTime();
public: __property void set_MaximumTime(
IAgDate ^
);
|
| [Unmanaged C++] |
public: HRESULT get_MaximumTime(
IAgDate ** ppRetVal
);
public: HRESULT put_MaximumTime(
IAgDate * pNewMaximumTime
);
|
| [Java] |
public IAgDate getMaximumTime();public void setMaximumTime(
IAgDate
);
|
See Also