Lines Matching defs:CJS_Date
14 class CJS_Date;
73 void operator=(CJS_Date&);
81 FX_BOOL ConvertToDate(CJS_Date&) const;
119 void operator<<(CJS_Date& date);
120 void operator>>(CJS_Date& date) const;
148 class CJS_Date {
152 CJS_Date(CJS_Runtime* pRuntime);
153 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);
154 CJS_Date(CJS_Runtime* pRuntime,
161 virtual ~CJS_Date();