I need to loop through every minute of a time range to test against another value. How would I start with EventS, and loop through each minute until EventS = EventE (regardless of how long the duration is)?
I can't get the minute to increment.
This is the format that I use for the times.
Dim EventS As String = Format(MyDate, "MM/dd/yyyy hh:mm")
Dim EventE As String = Format(MyDate, "MM/dd/yyyy hh:mm")
Thanks for the help.
Any help deserves a star.
Chilly442
I can't get the minute to increment.
This is the format that I use for the times.
Dim EventS As String = Format(MyDate, "MM/dd/yyyy hh:mm")
Dim EventE As String = Format(MyDate, "MM/dd/yyyy hh:mm")
Thanks for the help.
Any help deserves a star.
Chilly442