element <standardBias> (local)
Namespace:
Type:
xsd:int
Content:
simple
Defined:
XML Representation Summary
<standardBias>
   
Content: 
{ xsd:int }
</standardBias>
Annotation
Specifies the current bias, in minutes, for local time translation. The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula: <PRE>UTC = local time + bias </PRE> This property is read only, except for id is <b>USER_DEFINED</b>.
XML Source (see within schema source)
<xsd:element name="standardBias" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Specifies the current bias, in minutes, for local time translation.
The bias is the difference, in minutes, between Coordinated Universal
Time (UTC) and local time. All translations between UTC and local
time are based on the following formula:
<PRE>UTC = local time + bias</PRE>
This property is read only, except for id is
<b>USER_DEFINED</b>
.
</xsd:documentation>
</xsd:annotation>
</xsd:element>