Click or drag to resize

TimeZoneHelperGetBeginningOfTodayInLocalTimeInUtc Method

Returns the beginning of the date (that is, the point in time right after 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 GetBeginningOfTodayInLocalTimeInUtc(
	TimeZoneInfo localTimeZone
)

Parameters

localTimeZone
Type: SystemTimeZoneInfo

Return Value

Type: DateTime
See Also