DateComponents.h | 45 // * Time type: hour-minute-second-millisecond 46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond 72 int millisecond() const { return m_millisecond; } function in class:WebCore::DateComponents 83 None, // Suppress the second part and the millisecond part if they are 0. 84 Second, // Always show the second part, and suppress the millisecond part if it is 0. 85 Millisecond // Always show the second part and the millisecond part. 111 // Sets hour, minute, second and millisecond. 113 // Sets year, month, monthDay, hour, minute, second and millisecond. 115 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone [all...] |