A time array associated with the interval.
Read-only property
[Visual Basic .NET] |
---|
Public Property Times() As System.Array |
[C#] |
---|
public System.Array Times {get;} |
[Managed C++] |
---|
public: __property System::Array get_Times(); |
[Unmanaged C++] |
---|
public: HRESULT get_Times( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getTimes(); |