BaseDateTimePropertyIsFloating Property

This is used to get or set whether or not the date/time is a floating value (assumed to be local time).

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsFloating { get; set; }

Property Value

Boolean

If false (the default) and there is no time zone ID, the value is considered to be expressed in universal time. If the date/time value is retrieved or set via the Value property, it will be converted to/from local time accordingly.

If set to true and there is no time zone ID, the date/time is considered to be a floating value that is not dependent on any particular time zone. It will be interpreted as a local time regardless of the system's current time zone. It will not be converted to/from universal time by the Value property.

See Also