I am just curious if someone can direct me to the best place to learn as much as I can about working with time. I need to add, subtract, and divide it. Google isn't really sending me to anywhere helpful so I figured i'd ask the experts.
Thanks.
Printable View
I am just curious if someone can direct me to the best place to learn as much as I can about working with time. I need to add, subtract, and divide it. Google isn't really sending me to anywhere helpful so I figured i'd ask the experts.
Thanks.
You can perform math operations on TimeSpans but not Dates (except in the case of subtraction for Dates. When you subtract 2 dates, the result is still a timespan). You should read the documentation for the TimeSpan class.
Thank you, Microsoft usually makes it harder when i read their pages but ill give it a go. Much appreciated!