Hello. I am Trying to create a list of holidays in Uipath. The variable is holiday_list and the variable type is System.Collections.Generic.List<System.DateTime>.
I have started with this:
holiday_list = new List(of DateTime) from {}
But I dont know in what format I can put the dates inside the brackets {}
Appreciate some help
Best Regards
Pedro