dt_no_time_p (public)

 dt_no_time_p -start_time start_time -end_time end_time

Defined in packages/acs-datetime/tcl/acs-calendar-2-procs.tcl

This decides whether an item is without a time, which is also our definition of an all-day event.

Switches:
-start_time
(required)
-end_time
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 test_dt_midnight_p dt_midnight_p (test acs-datetime) dt_no_time_p dt_no_time_p test_dt_midnight_p->dt_no_time_p dt_midnight_p dt_midnight_p (public) dt_no_time_p->dt_midnight_p dt_widget_list dt_widget_list (public, deprecated) dt_widget_list->dt_no_time_p

Testcases:
dt_midnight_p
Source code:
    # Compare times and make sure it's midnight on both
    if {[dt_midnight_p $start_time] && [dt_midnight_p $end_time]} {
        return 1
    } else {
        return 0
    }
XQL Not present:
Generic
PostgreSQL XQL file:
packages/acs-datetime/tcl/acs-calendar-2-procs-postgresql.xql

Oracle XQL file:
packages/acs-datetime/tcl/acs-calendar-2-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: