Siebel Medical Handheld Guide > Print Tagging Language > Get and Set Tags >

GetTime Tag


The GetTime tag obtains the current time, offsets the time by the number of seconds specified by the Secondoffset parameter, and assigns the result to a variable.

Usage

Use the GetTime tag to print a specific time in your report.

Syntax

To use this tag, use the following syntax:

<TAG:GetTime secondoffset="NUMBER OF SECONDS" variable="VARIABLE NAME">

Parameter
Description

TAG:GetTime

(Required) Required tag indicator.

secondoffset

(Optional) Number of seconds by which the current time is offset. For example, -100 subtracts 100 seconds from the current time; 100 adds 100 seconds to the current time. The default is 0.

variable

(Required) Name of variable where the value is stored.

Example

<TAG:GetTime secondoffset="3600" variable="Time">

Siebel Medical Handheld Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.