Click or drag to resize

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
Syntax
C#
public DateTime GetEndOfTodayInLocalTimeInUtc(
	TimeZoneInfo localTimeZone
)

Parameters

localTimeZone
Type: SystemTimeZoneInfo

Return Value

Type: DateTime
See Also