Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increment time() by 1 minute
Message
 
To
07/06/2005 12:15:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01020951
Message ID:
01020981
Views:
17
>That works great Sergey, if I'm working with a datetime() value. In my case the value I want to increment by one minute is a time() value.
>
>Tim
>
>>>I'm sure there is a simple solution for this, but I'm out of ideas. I want to add one minute to a time() value. Something like:
>>>
>>>lctime = time() + 60 seconds()
>>
>>
lcTime = TRANSFORM( RIGHT( TTOC(DATETIME() + 60,1), 6), "@R 99:99:99")
What you want to receive if you add a minute to 23:59?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform