回答編集履歴
1
不要なステップを削除
answer
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
|
11
11
|
Dim dateList As New List(Of DateTime)
|
12
12
|
For Each rows In fromList
|
13
|
-
Dim dt As New DateTime
|
14
13
|
Dim array1 = rows.Split(" "c)
|
15
14
|
'その年の1月1日としてDateTime型に変換
|
16
15
|
dateList.Add(DateTime.Parse(array1(0) & "/1/1 " & array1(1)))
|