Click or drag to resize

CommonDateTimeGetActiveUserStartOfDayUtc Method

Gets the start of the day in the active users local time zone for the specified DateTime, converted to UTC.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static DateTime GetActiveUserStartOfDayUtc(
	DateTime utcValue
)

Parameters

utcValue
Type: SystemDateTime
The start of the specified date in UTC

Return Value

Type: DateTime
See Also