I am using the Get Calendar API to get the list of holidays that have been defined in an Orchestrator calendar. I have successfully extracted the calendar dates to a List. But now what I want to do is to extract only the dates in the list that fall into a specific date range. I am not an expert in VB/C#, so other than reading the list element by element (which I don’t want to do), I don’t know how to extract just the desired range of DateTimeOffset elements in the list.
I’ve got to believe there’s a reasonably easy way to do it… just can’t seem to figure it out. Any help would be greatly appreciated… thanks.