Hi Everyone,
If I have 3 separate integer values representing a time such like:
Dim intHours As Int = 10
Dim intMinutes As Int = 30
Dim IntSeconds As Int = 0
for the actual time of 10:30:00, can you tell me how to convert those 3 integers into a ticks long value so I can pass it to StartServiceAtExact ?
I tried to search in the community but did not seem to find how to do it.
Thanks.
If I have 3 separate integer values representing a time such like:
Dim intHours As Int = 10
Dim intMinutes As Int = 30
Dim IntSeconds As Int = 0
for the actual time of 10:30:00, can you tell me how to convert those 3 integers into a ticks long value so I can pass it to StartServiceAtExact ?
I tried to search in the community but did not seem to find how to do it.
Thanks.