Siebel Pharma Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

GetTime


Description

Gets the current time, offsets the time by the number of seconds specified in Secondoffset, and assigns the result to a variable.

Usage

Use GetTime to print a specific time in your report.

Syntax

<TAG:GetTime Secondoffset="NUMBER OF SECONDS" Variable="VARIABLE NAME">

Parameter
Description

TAG:GetTime

(Required) Required tag indicator.

NUMBER OF SECONDS

(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 NAME

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

Example

<TAG:GetTime Secondoffset="3600" Variable="Time">

Siebel Pharma Handheld Guide