Skip to main content

%Library.Function

class %Library.Function extends %Library.RegisteredObject

Language independent accessors for selected system variables

Method Inventory

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab