%Library.Function
class %Library.Function extends %Library.RegisteredObject [ Final ]
Language independent accessors for selected system variablesMethod Inventory
Methods
classmethod Horolog() as %String
Contains the current date and time as integer counters.
classmethod HostName() as %String
Return current host name
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
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()