How to check if a DateTime occurs today? December 19, 2022 by Tarik if (newsStory.WhenAdded.Date == DateTime.Today) { } else { } Should do the trick.