BusinessDateFactory Class

This class provides methods for getting a business date, with implementations usually taking weekend days and holidays into consideration.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class BusinessDateFactory
Inheritance
Object    BusinessDateFactory

Constructors

BusinessDateFactory Creates a BusinessDateFactory without a default HolidaySchedule.
BusinessDateFactory(HolidaySchedule) Creates a BusinessDateFactory that utilizes the provided HolidaySchedule to determine if a date is a holiday.
BusinessDateFactory(HolidaySchedule, BusinessDayAdjustType) Creates a BusinessDateFactory that utilizes the provided HolidaySchedule to determine if a date is a holiday.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
getBusinessDate(Int32) Get a business date using today as the start date.
getBusinessDate(FISADate, Int32) Get a business date from the provided start date.
getBusinessDate(Int32, HolidaySchedule) Get a business date using today as the start date and the provided holiday schedule.
getBusinessDate(FISADate, Int32, HolidaySchedule) Get a business date using the provided start date and the provided holiday schedule.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also