class %Library.Function
extends %RegisteredObject
Language independent accessors for selected system variables
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
7
|
|
|
|
|
classmethod Horolog()
as %String
Contains the current date and time as integer counters.
classmethod HostName()
as %String
Return current host name
classmethod IPAddresses(HName As %String)
as %String
Returns specified host IPs (comma separated)
Note: it returns configured IPs not necessarily the actual NIC IPs
If host name is not specified returns current host IPs.
classmethod NameSpace()
as %String
Contains the current namespace name.
classmethod ProcessID()
as %Integer
Contains the ID of the current process.
classmethod TimeStamp()
as %String
Contains the current date and time in Coordinated Universal Time format.
classmethod TimeZone()
as %String
Contains the time zone offset from GMT