Enum IntervalHandling
Interval handling type.
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data.dll
Syntax
public enum IntervalHandling
Fields
Name | Description |
---|---|
Extend | Extend partial to full intervals. |
OnlyContained | Only include intervals where the end is contained within the provided base interval. |
Partial | Include partial intervals. |