ScheduleDefinition.GetFieldId
Method
Description:
Converts a field index to the corresponding field ID.
Converts a field index to the corresponding field ID.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | The field index. |
Return Value
Type | Description |
---|---|
ScheduleFieldId | The field ID. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid field index in this ScheduleDefinition. |