B
billygotee
Hi,
Okay this is taking longer to figure out than I thought it would. The
integer members of a DateTime (such as DateTime.Minutes,
DateTime.Seconds, etc.) can only get the value, not set it. Is there
a way to set one of these without parsing a string?
What I want to do is clear out the Minutes, Seconds, and Milliseconds
values so that the smallest resolution allowed in the DateTime (for my
application) is an hour. Any method of concatenating these values
would be very helpful!
Thanks,
Brandon
Okay this is taking longer to figure out than I thought it would. The
integer members of a DateTime (such as DateTime.Minutes,
DateTime.Seconds, etc.) can only get the value, not set it. Is there
a way to set one of these without parsing a string?
What I want to do is clear out the Minutes, Seconds, and Milliseconds
values so that the smallest resolution allowed in the DateTime (for my
application) is an hour. Any method of concatenating these values
would be very helpful!
Thanks,
Brandon