Home | History | Annotate | Download | only in platform

Lines Matching defs:Second

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