DateTimeVariable Methods
The DateTimeVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| AddConstraintToWakeupList | Adds a constraint to the wakeup list of the variable. (Inherited from SchedulingVariable.) |
| Bind | Binds the variable by restricting lower and upper bounds. |
| ClearWakeupList | Removes all the constraints from the wakeup list. (Inherited from SchedulingVariable.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IsBound | Determines whether the value of the variable is bound. (Overrides SchedulingVariable.IsBound().) |
| MemberwiseClone | (Inherited from Object.) |
| MoveNextValue | Binds to the next possible value. (Overrides SchedulingVariable.MoveNextValue().) |
| ResetValueSearch | Resets the search for values. (Overrides SchedulingVariable.ResetValueSearch(OptimizationGoal).) |
| RestrictLowerBound | Sets the lower bound the maximum value of the current lower bound and value. |
| RestrictUpperBound | Sets the upper bound to the minimum value of the current upper bound and value. |
| RollbackMark | Gets a marker to use for rollback. (Overrides SchedulingVariable.RollbackMark().) |
| RollbackToMark | Sets the rollback to state when the mark was retrieved. (Overrides SchedulingVariable.RollbackToMark(Int32).) |
| ToString | The datetime variable string representation. (Overrides Object.ToString().) |
Community Additions
ADD
Show: