Home | History | Annotate | Download | only in platform

Lines Matching defs:Second

45 // * Time type: hour-minute-second-millisecond
46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
73 int second() const { return m_second; }
84 None, // Suppress the second part and the millisecond part if they are 0.
85 Second, // Always show the second part, and suppress the millisecond part if it is 0.
86 Millisecond // Always show the second part and the millisecond part.
112 // Sets hour, minute, second and millisecond.
114 // Sets year, month, monthDay, hour, minute, second and millisecond.
116 // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone.