v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Win32Time Class Reference

Public Member Functions

 Win32Time ()
 
 Win32Time (double jstime)
 
 Win32Time (int year, int mon, int day, int hour, int min, int sec)
 
double ToJSTime ()
 
void SetToCurrentTime ()
 
int64_t LocalOffset (TimezoneCache *cache)
 
int64_t DaylightSavingsOffset (TimezoneCache *cache)
 
char * LocalTimezone (TimezoneCache *cache)
 

Detailed Description

Definition at line 318 of file platform-win32.cc.

Constructor & Destructor Documentation

Win32Time ( )

Definition at line 378 of file platform-win32.cc.

Win32Time ( double  jstime)
explicit

Definition at line 384 of file platform-win32.cc.

Win32Time ( int  year,
int  mon,
int  day,
int  hour,
int  min,
int  sec 
)

Definition at line 390 of file platform-win32.cc.

Member Function Documentation

int64_t DaylightSavingsOffset ( TimezoneCache cache)

Definition at line 529 of file platform-win32.cc.

int64_t LocalOffset ( TimezoneCache cache)

Definition at line 470 of file platform-win32.cc.

References Win32Time::ToJSTime().

char * LocalTimezone ( TimezoneCache cache)

Definition at line 536 of file platform-win32.cc.

void SetToCurrentTime ( )

Definition at line 410 of file platform-win32.cc.

References v8::internal::DWORD().

double ToJSTime ( )

Definition at line 404 of file platform-win32.cc.

Referenced by Win32Time::LocalOffset().


The documentation for this class was generated from the following file: