Home > Contents > Index >
TIME.GET
Gets a time difference.
Syntax
<TIME.GET NAME="some name" [OUTPUT="some output"]/>Parameters
NAME (required)
- Specifies a name that is associated with the initial time.
OUTPUT (optional)
- Specifies a variable name to use for output of the elapsed time. If this parameter is not specified, the elapsed time is streamed.
Description
This tag streams the elapsed time in milliseconds, from when the time was last set.
Error Numbers
There are no possible
errno
for this tag.Example
The following example streams the elapsed time from when
time1
was set using theTIME.SET
tag:
<TIME.GET NAME="time1" OUTPUT="elapsed"/> <CSVAR NAME="Variables.elapsed/>See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.