Lines Matching full:time
12 * \brief C API: Time zone transition classes
31 * Constructs a time zone transition with the time and the rules before/after
34 * @param time The time of transition in milliseconds since the base time.
35 * @param from The time zone rule used before the transition.
36 * @param to The time zone rule used after the transition.
39 ztrans_open(UDate time, const void* from, const void* to);
74 * Returns the time of transition in milliseconds.
76 * @return The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
82 * Sets the time of transition in milliseconds.
84 * @param time The time of the transition in milliseconds since the 1970 Jan 1 epoch time.
87 ztrans_setTime(ZTrans* trans, UDate time);
92 * @return The time zone rule used after the transition.
102 * @param from The time zone rule used before the transition.
111 * @param from The time zone rule used before the transition.
119 * @return The time zone rule used after the transition.
128 * @param to The time zone rule used after the transition.
137 * @param to The time zone rule used after the transition.