Solution 1:
There is no DateTime.UtcToday
, but you can try DateTime.UtcNow.Date
Solution 2:
DateTime.UtcNow
will give you the current universal time.
There is no DateTime.UtcToday
, but you can try DateTime.UtcNow.Date
DateTime.UtcNow
will give you the current universal time.