change the actual computers date

jnash

Well-known member
Joined
Oct 20, 2006
Messages
111
Programming Experience
Beginner
i need a function that changes the computers date so i can simulate days passing , can anyone point me out in the right direction, thanks

Jon
 
VB.NET:
Today = Date.Now.AddDays(1)
 
Back
Top