QuickObjects.ObjectBase Send comments on this topic.
LocalTimeZone Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > DateTimeField Class : LocalTimeZone Property

LocalTimeZone

It holds an Int32 value. This value is used to determine the TimeZone to be used for conversion to and from Utc. Each time zone has been given a key. Please reference the TimeZone documentation for a table of TimeZone names and their key values.

Default value for the LocalTimeZone is 85 which is set to GMT 0 time zone.

Syntax

C# 
public int LocalTimeZone {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also