Posts
 
Reputation
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
~138 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for atv161

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, …

Member Avatar for marc-0
0
138

The End.