KJS::DateProtoFuncImp Class Reference
Inheritance diagram for KJS::DateProtoFuncImp:

Detailed Description
Definition at line 58 of file date_object.h.
Public Types | |
| ToString | |
| ToDateString | |
| ToTimeString | |
| ToLocaleString | |
| ToLocaleDateString | |
| ToLocaleTimeString | |
| ValueOf | |
| GetTime | |
| GetFullYear | |
| GetMonth | |
| GetDate | |
| GetDay | |
| GetHours | |
| GetMinutes | |
| GetSeconds | |
| GetMilliSeconds | |
| GetTimezoneOffset | |
| SetTime | |
| SetMilliSeconds | |
| SetSeconds | |
| SetMinutes | |
| SetHours | |
| SetDate | |
| SetMonth | |
| SetFullYear | |
| ToUTCString | |
| GetYear | |
| SetYear | |
| ToGMTString | |
| enum | { ToString, ToDateString, ToTimeString, ToLocaleString, ToLocaleDateString, ToLocaleTimeString, ValueOf, GetTime, GetFullYear, GetMonth, GetDate, GetDay, GetHours, GetMinutes, GetSeconds, GetMilliSeconds, GetTimezoneOffset, SetTime, SetMilliSeconds, SetSeconds, SetMinutes, SetHours, SetDate, SetMonth, SetFullYear, ToUTCString, GetYear, SetYear, ToGMTString } |
Public Member Functions | |
| DateProtoFuncImp (ExecState *exec, int i, int len) | |
| virtual bool | implementsCall () const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
| Completion | execute (const List &) |
Member Function Documentation
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 373 of file date_object.cpp.
The documentation for this class was generated from the following files:

