IAppContextSetUserTimeZone 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 void SetUserTimeZone(
TimeZoneSetFlags flags,
Object objTZ
)
Sub SetUserTimeZone (
flags As TimeZoneSetFlags,
objTZ As Object
)
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.
See Also