Represents the system on which the current process is running.

Holds information about system time and locale.

Attributes
localeSource Code
shared String locale

Returns the IETF language tag representing the default locale for this system.

millisecondsSource Code
shared Integer milliseconds

The elapsed time in milliseconds since midnight, 1 January 1970.

nanosecondsSource Code
shared Integer nanoseconds

The elapsed time in nanoseconds since an arbitrary starting point.

string
shared actual String string

A developer-friendly string representing the instance. Concatenates the name of the concrete class of the instance with the hash of the instance. Subclasses are encouraged to refine this implementation to produce a more meaningful representation.

Refined declaration: string
timezoneOffsetSource Code
shared Integer timezoneOffset

Returns the offset from UTC, in milliseconds, of the default timezone for this system.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object