Hello: I'm learning C#.
I have a data for 5 different times prayer for whole month, for example
for one day:
Prayer 1 at 5:00 am
prayer2 at 12:00 pm
Prayer3 at 4:00 pm
and so on till Prayer 5;
and these times of prayer different every day, Prayer1 at 4:59 am and so on;
How to get these data from a file for every day for this month?
I appreciate any idea or recommendation.
Thanks in advance