Click or drag to resize

TimeZoneToLocalTime Method (DateTime)

Converts the UtcTime to the local time of the current timezone.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public DateTime ToLocalTime(
	DateTime utcTime
)

Parameters

utcTime
Type: SystemDateTime
Utc time that is to be converted to the local time of the current timezone.

Return Value

Type: DateTime
DateTime that represents the local time in the current timezone
See Also