How should a string containing the date and time separately be formatted? I need to convert string date and time values into a long integer in milliseconds that is associated with a time of type 1704..... What separating characters should I use to describe the date and time. So far I'm getting an error all the time.
TimeParse:
strTime=strH & ":" & strM & ":" & strS
strDen=DateTime.Date(DateTime.Now)
Log( Sentence & " " & strDen & " " & strTime)
Main.GNSSTime = DateTime.DateTimeParse(strDen,strTime)