Enum TimeAlignment
Indicates the automatic alignment style used to produce segments that align to the nearest minute in absolute time.
Namespace: AnalysisBase
Assembly: AnalysisBase.dll
Syntax
public enum TimeAlignment
Fields
| Name | Description |
|---|---|
| None | No alignment is done |
| TrimBoth | Alignment to the nearest minute is done. Both start and end fractional components are discarded. |
| TrimEnd | Alignment to the nearest minute is done. The start fractional component is discarded but the end fractional component is kept. |
| TrimNeither | Alignment to the nearest minute is done. Neither start or end fractional components are discarded. |
| TrimStart | Alignment to the nearest minute is done. The end fractional component is discarded but the start fractional component is kept. |