quantlib.time.date¶
Functions
|
Converts the period into days as a float. |
|
Returns the last day of the month to which the given date belongs. |
|
Returns True if the date is the last day of its month. |
|
Returns True if the given year is a leap year. |
|
Returns the local date and time, based on the time zone settings of the computer. |
|
Returns the latest allowed date in QuantLib. |
|
Returns the earliest allowed date in QuantLib. |
|
Converts the period intho months as a float. |
|
Returns the next given weekday following or equal to the given date. |
|
Return the n-th given weekday in the given month and year. |
|
Converts a PyQL Date to a datetime.date object. |
|
Converts a datetime.date to a PyQL date. |
|
Returns today's date. |
|
Returns the UTC date and time. |
|
Converts the period into weeks as a float. |
|
Converts the period into years as a float. |
Classes
|
Concrete date class. |
|
|
|
Class providing a Period (length + time unit) class and implements a limited algebra. |
|
|
|