ScheduleDefinition.GetField(Int32)
Method
Description:
Gets a field.
Gets a field.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the field. |
Return Value
Type | Description |
---|---|
ScheduleField | The field. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid field index in this ScheduleDefinition. |