Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Here is a routine to add 24 hours to the current date/time. Maybe it will help. Dim futureTime As TimeSpan = ExecTime - Now 'if the calculated time has already passed, 'add 24 hours so it does it tomorrow If waitTime.Hours < 0 Then Dim myTimeSpan As New TimeSpan(24, 0, …
The End.
marc-0