Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Precision in DateTime Arithmetic
Message
From
01/12/2012 07:11:18
 
 
To
01/12/2012 04:51:13
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01558431
Message ID:
01558533
Views:
58
>It seems the datetime values don't hold milliseconds anymore.


But the Date values hold seconds
x= date()
y = x + .5
? x, y  && seem the same
?x==y  && false
?y-x  && 0
?y+.5==date()+1 && true
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform