2027 Method
Changes 0
M

ScheduleDefinition.IsValidFieldIndex

Description:
Checks whether an integer is a valid zero-based field index in this ScheduleDefinition.
public bool IsValidFieldIndex(
	int index
)
  • Int32
    index
    The field index to check.
Return Value Boolean True if the field index is valid, false otherwise.