Trying to add to a List but getting an error
Main.xaml: Compiler error(s) encountered processing expression “DaysInMonth”.
Value of type ‘System.Collections.Generic.List(Of String)’ cannot be converted to ‘1-dimensional array of String’.
I am using a while loop to put each day in a month into a List.