Home | History | Annotate | Download | only in win

Lines Matching refs:DATE

132 CFAbsoluteTime MarshallingHelpers::DATEToCFAbsoluteTime(DATE date)
135 // DATE: This is the same numbering system used by most spreadsheet programs,
137 // set January 1, 1900 to 1.0. The date can be converted to and from an MS-DOS
142 // to the absolute reference date of 1 Jan 2001 00:00:00 GMT.
144 // date and the specified date. Negative values indicate dates/times before
145 // the reference date. Positive values indicate dates/times after the
146 // reference date.
148 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay);
151 DATE MarshallingHelpers::CFAbsoluteTimeToDATE(CFAbsoluteTime absoluteTime)