lc_wrap_sunday (private)

 lc_wrap_sunday day_no

Defined in packages/acs-lang/tcl/localization-procs.tcl

To go from 0(Sun) - 6(Sat) to 1(Mon) - 7(Sun)

Parameters:
day_no

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-lang/tcl/localization-data-init.tcl packages/acs-lang/ tcl/localization-data-init.tcl lc_wrap_sunday lc_wrap_sunday packages/acs-lang/tcl/localization-data-init.tcl->lc_wrap_sunday

Testcases:
No testcase defined.
Source code:
    if {$day_no==0} {
        return 7
    } else {
        return $day_no
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-lang/tcl/localization-procs.xql

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