Date.Class (Property/internal)

Internal property that returns an object class.

Availability:

ECMAScript edition - 2

This is an internal property that describes the class that a Date object instance is a member of. The reserved words suggest that, in the future, this property may be externalized.

See also:Class, Date object

Property attributes:

DontEnum, Internal.

Cross-references:

ECMA 262 edition 2 - section - 8.6.2

ECMA 262 edition 2 - section - 15.9.3.1

ECMA 262 edition 3 - section - 8.6.2