|
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
|
|
|
move_page_smart(current_period,
navigation_fn,
direction) |
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 not 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
|
|
|
|
|
delta_to_microseconds(delta)
Return the number of microseconds that the delta represents. |
source code
|
|
|
|
|
|
|
|
|
|
|
try_to_create_wx_date_time_from_dmy(day,
month,
year,
hour=0,
minute=0,
second=0) |
source code
|
|