Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increment time() by 1 minute
Message
 
 
À
07/06/2005 12:15:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01020951
Message ID:
01020978
Vues:
24
You can use the same expression with one more conversion
lcTime = TRANSFORM( RIGHT( TTOC(CTOT(lcTime) + 60,1), 6), "@R 99:99:99")
>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.
>
>>
lcTime = TRANSFORM( RIGHT( TTOC(DATETIME() + 60,1), 6), "@R 99:99:99")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform