<Code Lib>
2021 Method
Changes 0
M

ScheduleDefinition.IsValidFieldId

Description:
Checks whether a ScheduleFieldId is the ID of a field in this ScheduleDefinition.

public bool IsValidFieldId(
	ScheduleFieldId fieldId
)

Return Value bool True if the field ID is valid, false otherwise.

Loading…