我在Visual Studio 2008年的工作VB 2008轉換字符串 「08:30:00」,以日期時間 「08:30:00」
我的格式爲「HH字符串輸入:MM:SS 「我想將它轉換成相同格式的日期時間。
我已經使用Convert.ToDateTime()函數來轉換它,但也添加了一個日期。有沒有辦法轉換它而不添加日期?
scanStartString = "08:00:00"
scanStart = Convert.ToDateTime(scanStartString)
'scanStart = "16/05/2011 08:00:00"
'required "08:00:00"
乾杯, 帽
點上,由於 – Captastic 2011-05-16 13:09:28