DynamicContextSettings.ImplicitTimeZone PropertyDynamicContextSettings.ImplicitTimeZone PropertyDynamicContextSettings::ImplicitTimeZone Property

Gets or sets the time zone to be used when a xs:date, xs:time, or xs:dateTime value that does not have a time zone is used in a comparison or arithmetic operation.

Syntax

Public Property ImplicitTimeZone As TimeZone
        Get
        Set(ByVal value As TimeZone)
public TimeZone ImplicitTimeZone { get; set; }
public:
property TimeZone ImplicitTimeZone {
    TimeZone get();
    void set(TimeZone value);
}
 

Property Value

Type: XmlPrime.TimeZoneXmlPrime.TimeZoneXmlPrime::TimeZone

The time zone to be used when a xs:date, xs:time, or xs:dateTime value that does not have a time zone is used in a comparison or arithmetic operation.

Remarks

The default value is the time zone of the current computer system given by CurrentTimeZoneCurrentTimeZoneCurrentTimeZone.