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

LocalTimeZone

This allows the business object to perform calculations on Dates and convert the UTC dates to the local dates and times of the User.

It will reset the LocalTimeZone property of each DateTimeField with the passed in value.

Syntax

C# 
public int LocalTimeZone {get; set;}

Requirements

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

See Also