lists

  1. N

    Iterate Through List To New List And Then Run Logic

    I was wondering if you could help me out on my project. I have a List called Jobs and a List called JobListOrder. List<Jobs> is where the original project information is stored. List<JobListOrder> is where I would like it to go into so that I can run some logic to get the EndTimes. I have been...
Back
Top Bottom