M

ScheduleDefinition.AddField

Description:
Adds a regular field at the end of the list.
Overloads (3):
AddField(SchedulableField)
public ScheduleField AddField(
	SchedulableField schedulableField
)
  • schedulableField
    A SchedulableField object representing the field.
Return Value ScheduleField The new field.
  • The field specified by schedulableField may not included in this ScheduleDefinition. -or- The field specified by schedulableField is already included in this ScheduleDefinition.
  • A non-optional argument was null