Home | History | Annotate | Download | only in source

Lines Matching refs:dt

2232 void DumpDateTime (const dng_date_time &dt)
2236 (int) dt.fYear,
2237 (int) dt.fMonth,
2238 (int) dt.fDay,
2239 (int) dt.fHour,
2240 (int) dt.fMinute,
2241 (int) dt.fSecond);
3248 dng_date_time &dt)
3276 if (dt.Parse (s))
3284 dt = dng_date_time ();