DateComponents.h | 56 , m_year(0) 68 int fullYear() const { return m_year; } 113 // For Date type. Updates m_year, m_month and m_monthDay. 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. 119 // For Month type. Updates m_year and m_month. 121 // For Week type. Updates m_year and m_week. 127 // Another initializer for Month type. Updates m_year and m_month. 172 int m_year; // 1582 - member in class:WebCore::DateComponents
|