TimeSeries.Shift Method

Shifts the specified offset.
new public TimeSeries Shift( 
int offset 
)
This language is not supported or no code example is available.
public:  
TimeSeries^ Shift( 
int offset 
)
This language is not supported or no code example is available.
public hide function Shift( 
offset : int 
) : TimeSeries;
This language is not supported or no code example is available.

Parameters

offset
int

The offset.

Return Value

TimeSeries

TimeSeries.

In this article

Definition