DateComponents.h | 53 , m_hour(0) 65 int hour() const { return m_hour; } 115 // For DateTime type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond. 117 // For DateTimeLocal type. Updates m_year, m_month, m_monthDay, m_hour, m_minute, m_second and m_millisecond. 124 // For Time type. Updates m_hour, m_minute, m_second and m_millisecond. 169 int m_hour; member in class:WebCore::DateComponents
|