Click or drag to resize

AppContextSetUserTimeZone Method

Sets the user's timezone.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetUserTimeZone(
	TimeZoneSetFlags flags,
	Object objTZ
)

Parameters

flags
Type: NetQuarryTimeZoneSetFlags
Flags identifying how the timezone is being set.
objTZ
Type: SystemObject
The timezone to set. The value varies according to flags.

Implements

IAppContextSetUserTimeZone(TimeZoneSetFlags, Object)
See Also