| java.lang.Object tcl.lang.ClockCmd
ClockCmd | class ClockCmd implements Command(Code) | | This class implements the built-in "clock" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) ----------------------------------------------------------------------
cmdProc --
This procedure is invoked as part of the Command interface to
process the "clock" Tcl command. |
EPOCH_YEAR | final static int EPOCH_YEAR(Code) | | |
MILLIS_PER_HOUR | final static int MILLIS_PER_HOUR(Code) | | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | ----------------------------------------------------------------------
cmdProc --
This procedure is invoked as part of the Command interface to
process the "clock" Tcl command. See the user documentation
for details on what it does.
Results:
None.
Side effects:
See the user documentation.
----------------------------------------------------------------------
|
|
|