Can someone please help me with a simple code to exclude time from calculation
eg:
I have a date formatted dd/mm/yyhh:mm:ss data in csv file (call it column a & b)
I want to exclude hours between 18:00 and 06:00 (basically night hours)
I would like this in C#
Much appreciated
C
eg:
I have a date formatted dd/mm/yyhh:mm:ss data in csv file (call it column a & b)
I want to exclude hours between 18:00 and 06:00 (basically night hours)
I would like this in C#
Much appreciated
C
Comment