3 references to DoubleDateOffset
mscorlib (3)
system\datetime.cs (3)
654millis += DoubleDateOffset / TicksPerMillisecond; 1350value += DoubleDateOffset; // We could have moved this fix down but we would like to keep the bounds check. 1355long millis = (value - DoubleDateOffset) / TicksPerMillisecond;