When the TimestampsType is "Wrapped", the natural period can be set as either: 1 year, 1 month, 1 day, 1 hour or 1 minute. The timestamps are accordingly truncated. Example: the user might choose to span a time series over a period of 1 year. In that case, the "year" field is ignored. All values will be synchronized using their month, day, hour, minute and second only.
[Visual Basic] Public Enum NaturalPeriod [C#] public enum NaturalPeriod [C++] public __value enum NaturalPeriod [JScript] public enum NaturalPeriod
| Member Name | Description |
|---|---|
| None | Value when not applicable. |
| Year | Data span over a period of 1 year. |
| Month | Data span over a period of 1 month. |
| Day | Data span over a period of 1 day. |
| Hour | Data span over a period of 1 hour. |
| Minute | Data span over a period of 1 minute. |
Namespace: TA.Lib
Assembly: Timeseries (in Timeseries.dll)