JulianDateStoppingConditionConstraint Properties | 
The JulianDateStoppingConditionConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| InequalityCriteria | 
            Gets or sets how the calculated value should be checked to the threshold in the concrete type. 
            This works by checking the relation between the computed value and the threshold defined on the 
            derived type.  So for example, if the computed value is 7000, the threshold is 6000 and this 
            property set to GreaterThan, this constraint will be satisfied.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| Name | 
            Gets or sets the optional name of this constraint.
              (Inherited from StoppingConditionConstraint.) | |
| Threshold | 
            Gets or sets the threshold used to compare with the states time.
              | |
| Tolerance | 
            Gets or sets the tolerance to be used when comparing the computed states time with the Threshold.
              | |
| WhenToCheck | 
            Gets or sets when to check this constraint (when a stop is detected or found).
              (Inherited from StoppingConditionConstraint.) |