| TimeZoneHelperGetEndOfTodayInLocalTimeInUtc Method |
Returns the end of the date (that is, the point in time right before midnight) that 'right now' is on in a specified time zone - converted to UTC time.
Namespace:
Omada.OE.AppLogic.Helpers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DateTime GetEndOfTodayInLocalTimeInUtc(
TimeZoneInfo localTimeZone
)
Parameters
- localTimeZone
- Type: SystemTimeZoneInfo
Return Value
Type:
DateTime
See Also