Lines Matching full:prxtime
18 PRExplodedTime prxtime;
19 prxtime.tm_params.tp_gmt_offset = 0;
20 prxtime.tm_params.tp_dst_offset = 0;
22 prxtime.tm_year = exploded.year = 2011;
24 prxtime.tm_month = 11;
25 prxtime.tm_wday = exploded.day_of_week = 0; // Should be unusued.
26 prxtime.tm_mday = exploded.day_of_month = 10;
27 prxtime.tm_hour = exploded.hour = 2;
28 prxtime.tm_min = exploded.minute = 52;
29 prxtime.tm_sec = exploded.second = 19;
31 prxtime.tm_usec = 342000;
33 PRTime pr_time = PR_ImplodeTime(&prxtime);