Recurrence.At Method

Returns a recurrence on the specified time of day of the current pattern.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Recurrence At(
	int hours,
	int minutes = 0,
	double seconds = 0
)

Parameters

hours  Int32
The number of hours.
minutes  Int32  (Optional)
(Optional.) The number of minutes. The default value is 0.
seconds  Double  (Optional)
(Optional.) The number of seconds. The default value is 0.

Return Value

Recurrence
A new recurrence that is offset by the specified time span from the start of the period.

See Also