CalendarItem Property

Rolls a date given a business day convention.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public Date this[
	Date date,
	BDC businessDayConvention
] { get; }

Parameters

date  Date
The date to be rolled.
businessDayConvention  BDC
The rolling algorithm.

Return Value

Date
The rolled date.

See Also