Interface | Description |
---|---|
Leto |
This is the interface each Leto (Calendar) has to define.
|
LetoPeriod |
This is an abstraction of a Leto/Calendar period.
Each calendar splits the time into periods types with different granularity. |
LetoPeriodStructure |
This interface defines a possible internal structure within a given calendar period type.
|
LetoPeriodType |
An interface to define an abstract period type, such as day, month, year, century and so on...
|
Exception | Description |
---|---|
LetoException |
This is generic exception indicating some unrecoverable error while calculating Leto/Calendar
dates.
|
LetoExceptionUnrecoverable |
This is generic exception indicating some unrecoverable error while calculating Leto/Calendar
dates.
|