I am working on a program that requires the date of an event to get returned.
I am looking for a Date, not a DateTime.
Date
DateTime
Is there
You can return DateTime where the time portion is 00:00:00 and just ignore it. The dates are handled as timestamp integers so it makes sense to combine the date with the time as that is present in the integer anyway.