Represents the system on which the current process is executing.

Holds information about system time and locale.

no subtypes hierarchy

Attributes
characterEncodingSource Codeshared String characterEncoding

Returns the IANA character set name representing the default character encoding for this system.

Since 1.1.0
localeSource Codeshared String locale

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

millisecondsSource Codeshared Integer milliseconds

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

nanosecondsSource Codeshared Integer nanoseconds

The elapsed time in nanoseconds since an arbitrary starting point.

stringSource Codeshared 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.

timezoneOffsetSource Codeshared Integer timezoneOffset

Returns the offset, in milliseconds, to add to UTC to get the local time for default timezone for this system.

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