NiceBoy1234 Posted January 12, 2016 Posted January 12, 2016 I want to check if the system time has added to 10minutes so I used this: $sNewDate = _DateAdd('n', 15, _NowCalc()) $sNewDate2 = _DateAdd('n', 0, _NowCalc()) ConsoleWrite("current time now: " & $sNewDate2) ConsoleWrite("time after 15minutes: " & $sNewDate)this print me out.... 2016/01/12 10:04:55 and.... 2016/01/12 10:14:55 andbut how can I make a statement like if $sNewDate2 has + 15minutes so I can do something after the check.
jguinch Posted January 12, 2016 Posted January 12, 2016 Use _DateDiff Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
jguinch Posted January 12, 2016 Posted January 12, 2016 good Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now