I think you would this: DateTime onlyDate = DateTime.Today.Date;or, that's the same DateTime onlyDate = yourDateTime.Date; So use the property Date.
↧
I think you would this: DateTime onlyDate = DateTime.Today.Date;or, that's the same DateTime onlyDate = yourDateTime.Date; So use the property Date.