public class BusinessDateFactory
Public Class BusinessDateFactory
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |