RVTDocs.com

SchedulableField(ScheduleFieldType)

Constructor
Description:
Creates a new SchedulableField.
Syntax
public SchedulableField(
	ScheduleFieldType fieldType
)
Parameters
Parameter Type Description
fieldType ScheduleFieldType The type of data displayed by the field.
Return Value
Exceptions
Exception Condition
ArgumentException fieldType is not a schedulable field type -or- The fieldType can't be CustomField. To create a CustomField, you should use the constructor which receives the custom field server id as a parameter.
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration