Constructor TimeRangeSectionValidator
TimeRangeSectionValidator()
Initializes a new instance of the TimeRangeSectionValidator class.
public TimeRangeSectionValidator()
TimeRangeSectionValidator(FieldDescriptorID, FieldDescriptorID)
Initializes a new instance of the TimeRangeSectionValidator class with the specified start and end time.
public TimeRangeSectionValidator(FieldDescriptorID startTimeID, FieldDescriptorID endTimeID)
Parameters
startTimeIDFieldDescriptorIDThe field descriptor ID of the start time field.
endTimeIDFieldDescriptorIDThe field descriptor ID of the end time field.