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

TranslateTimeZones

It holds a Boolean value. This value is used to determine if the business object will transform the Value to a Utc form and vice versa.

This is useful and only needed if you need to store all your date and time values in UTC time. If this is set to false no DateTime translation is done.

Syntax

C# 
public bool TranslateTimeZones {get; set;}

Requirements

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

See Also