Hello every one, I am new to programming, as well as the C# language, so I would appreciate any help that you will offer. Thank you in advance.
I need to create a variable to hold time from one month, day to another month, day.
Example
TimeSpan AQUARIUS = ( March 21 "to" April 19);
How can this be done.