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

TranslateTimeZones

Used to determine if the business object will translate the datetime field's value to UTC before saving to DB. The process will use the LocalTimeZone value to determine the time difference when reading and writing to the database.

It will reset all the DateTime field's TranslateTimeZones with the value of TranslateTimeZones

Syntax

C# 
public bool TranslateTimeZones {get; set;}

Requirements

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

See Also