Click or drag to resize

CommonDateTimeGetLocalDateTime Method (DateTime)

Be carefull with this routine, it returns a local DateTime which is not legal by convention.

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

Parameters

utcDateTime
Type: SystemDateTime
A UTC datetime.

Return Value

Type: DateTime
Local DateTime
See Also