If set to true, includes stop times of each interval from original time array.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeIntervalStopTimes() As Boolean |
[C#] |
---|
public bool IncludeIntervalStopTimes {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeIntervalStopTimes(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeIntervalStopTimes( VARIANT_BOOL * pRetVal ); public: HRESULT put_IncludeIntervalStopTimes( VARIANT_BOOL IncludeIntervalStopTimes ); |
[Java] |
---|
public bool getIncludeIntervalStopTimes(); public void setIncludeIntervalStopTimes( bool ); |