|
go_to_today_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
go_to_date_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
backward_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
forward_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
forward_one_week_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
backward_one_week_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
navigate_month_step(current_period,
navigation_fn,
direction)
Currently does notice leap years. |
source code
|
|
|
forward_one_month_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
backward_one_month_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
forward_one_year_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
backward_one_year_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_millennium_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
|
|
|
|
|
|
fit_century_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_decade_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_year_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_month_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_day_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
fit_week_fn(main_frame,
current_period,
navigation_fn) |
source code
|
|
|
microseconds_to_delta(microsecs)
Return a timedelta representing the given number of microseconds. |
source code
|
|
|
delta_to_microseconds(delta)
Return the number of microseconds that the timedelta represents. |
source code
|
|
|
|
|
|
|
|
|
|