Interval list defined by time ordered
non-overlapping intervals each explicitly specified by its start
and stop times. Stop date/time is required to be at or after start
for each interval.
| [Visual Basic .NET] |
|---|
Public Function CreateEventIntervalListFixed( _
ByVal Name As String, _
ByVal Description As String _
) As IAgCrdnEventIntervalList
|
| [C#] |
|---|
public IAgCrdnEventIntervalList CreateEventIntervalListFixed(
|
| [Managed C++] |
|---|
public: IAgCrdnEventIntervalList^ CreateEventIntervalListFixed(
|
| [Java] |
|---|
public IAgCrdnEventIntervalList createEventIntervalListFixed(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateEventIntervalListFixed(
|
- Name
- Description
Spaces and most punctuation ( except for
"-_().") cannot be used as a part of a component name when creating
new components via VGT API.