mtime 1.2.2
|
►Mmtime_c_bindings | |
►Mmtime_date | Date and some operations supported on Date |
►Mmtime_datetime | DateTime and some operations supported on DateTime |
►Mmtime_events | Definition of the basic event type and its methods |
►Mmtime_julianday | Julian Day Calendar and some operations supported on julian dates |
►Mmtime_print_by_callback | Register a callback function and print mtime objects by this function |
►Mmtime_time | Time and some operations supported on Time |
►Mmtime_timedelta | TimeDelta and some operations supported on TimeDelta |
C_date | Struct _date containing usual date parameters |
C_datetime | Struct _datetime contains a struct _date and a struct _time element |
C_divisionquotienttimespan | Struct _divisionquotienttimespan is used for storing division of two time-delta results |
C_event | Struct _event defines events. Events are set to be triggered at pre-specified intervals |
C_eventGroup | Struct _eventGroup defines an Event-group. Each event group has an associated list of events. Event group is a place holder to 'group' events based on some user defined charteristics |
C_julianday | Struct _julianday containing julian day parameters |
C_time | Struct _time containing usual time parameters |
C_timedelta | Struct _timedelta containing timedelta and sign of year parameter |