Thanks.
Not sure how would I sort by a property of the sessions.
What I currently did was to do a for each to select the ScheduleScreen that I'm interested and then on a new clear ScheduleScreenSession do an orderby
so:
That seems to work.Code:Dim scrscd as new List (Of ScheduleScreen) '' add just the one anticipated screen ses = scrscd(0).Sessions.OrderBy((Function(o) o.SessionStartString).ToList()




Reply With Quote