H
Hilton
Hi,
Assuming dt1 and dt0 (DateTime structs) represent times about or less than
one second apart, then using:
(dt1 - dt0).TotalSeconds (or TotalMilliSeconds, or dt1.Subtract (dt0))
returns 0.0 *or* 1.0 whereas on the desktop, .NET can return any value
between 0.0 and 1.0.
Is this a known issue?
Hilton
Assuming dt1 and dt0 (DateTime structs) represent times about or less than
one second apart, then using:
(dt1 - dt0).TotalSeconds (or TotalMilliSeconds, or dt1.Subtract (dt0))
returns 0.0 *or* 1.0 whereas on the desktop, .NET can return any value
between 0.0 and 1.0.
Is this a known issue?
Hilton