CalendarRoll Method

Rolls a date up or down a number of working days.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public Date Roll(
	Date date,
	int days
)

Parameters

date  Date
The date to be rolled.
days  Int32
A positive or negative number of working days.

Return Value

Date
The rolled date.

See Also