AddHoliday
|
-
|
add a holiday to the given calendar
|
AdjustDate
|
-
|
adjust a non-business day according to the given convention
|
AdvanceDate
|
-
|
advance a non-business day according to the given convention
|
Calendar
|
-
|
create a new calendar
|
DayCount
|
-
|
return the number of days between two dates according to a given convention
|
DayCounter
|
-
|
advance to the nth given day of the given month
|
DayOfWeek
|
-
|
return the day of the week on which the given date falls
|
EvaluationDate
|
-
|
return the global evaluation date
|
FormatDate
|
-
|
return a string containing formatted date
|
IsBusinessDay
|
-
|
check if a given date is a business day according to a given calendar
|
IsEndOfMonth
|
-
|
check if a given date corresponds to the end of a month according to a given calendar
|
IsHoliday
|
-
|
check if a given date is a holiday according to a given calendar
|
JoinBusinessDays
|
-
|
construct new calendar by joining business days from the given two calendars
|
JoinHolidays
|
-
|
construct new calendar by joining holidays from the given two calendars
|
NextWeekday
|
-
|
advance the given date to the next given day of the week
|
NthWeekday
|
-
|
advance to the nth given day of the given month
|
ParseDate
|
-
|
parse a string containing date information
|
RemoveHoliday
|
-
|
remove a holiday from the given calendar
|
SetEvaluationDate
|
-
|
set the global evaluation date
|
Settings
|
-
|
return default settings
|
TimeGrid
|
-
|
return an object for time discretization
|
TodaysDate
|
-
|
return today's date according to the system clock
|
YearFraction
|
-
|
return the interval between two dates as a fraction of a year according to a given convention
|