Click or drag to resize

TsExtensionsGetNextTransitionTime Method

Overload List
  NameDescription
Public methodStatic memberGetNextTransitionTime(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.

Public methodStatic memberGetNextTransitionTime(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.

Top
See Also