TsExtensions Class |
Namespace: DHI.Mike1D.Generic.TimeSeries
public static class TsExtensions
The TsExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetNextTransitionTime(TsItem, DateTime) |
Returns the next transition time after the given dateTime for the time series item.
A transition time is a time where the value of the time series item changes next.
If the specified time is equal to the latest time of the item, then the latest time is returned. | |
GetNextTransitionTime(TsItem, TsTime, DateTime) |
Returns the next transition time after the given dateTime for the time series item.
A transition time is a time where the value of the time series item changes next.
If the specified time is equal to the latest time of the item, then the latest time is returned. | |
IsAccumulated |
Returns true if the TsItemValueType is one of the accumulated
ones - Accumulated or StepAccumulated.
For the other types, false is returned. | |
StartTime |
Get the start time of a calendar axis.
Will throw an exception in case of a time axis |