element <tzid> (unified local)
Namespace: |
|
Type: |
|
Content: |
simple |
Defined: |
|
XML Representation Summary |
<tzid> |
|
Content: |
{ xsd:int } |
</tzid> |
Included in content model of elements (3):
-
Annotations (2) (by all definition locations)
Location:
-
Annotation:
-
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are
both missing, TZ_UTC is assumed.
Location:
-
Annotation:
-
Identifies the time zone for this recurring event. <b>All dateTime information in
this event is stored in UTC</b> (converted from the local time zone defined
by the time zone sub-schema). If this field is absent, the recurring event is assumed
to be recurring in UTC time. However, it is only a <b>floating recurring event</b> if
the <floating> attribute is set.
<strong>@afterDay is used as a placeholder for v1. @afterDay will not be use for
.NET My Services V1.</strong>
<pre>
<timeZone floating="..." <b><u><font color="red">id</font></u></b>="..."><font color="#aa9988"><sub>1..1</sub></font>
<standardBias><font color="#aa9988"><sub>1..1</sub></font></standardBias>
<additionalDaylightBias><font color="#aa9988"><sub>0..1</sub></font></additionalDaylightBias>
<standardDate><font color="#aa9988"><sub>0..1</sub></font>
<transitionRule weekdayOfMonth="..." day="..." dayOfMonth="..." month="..." afterDay="..."><font color="#aa9988"><sub>1..1</sub></font></transitionRule>
<transitionTime><font color="#aa9988"><sub>1..1</sub></font></transitionTime>
</standardDate>
<daylightDate><font color="#aa9988"><sub>0..1</sub></font>
<transitionRule weekdayOfMonth="..." day="..." dayOfMonth="..." month="..." afterDay="..."><font color="#aa9988"><sub>1..1</sub></font></transitionRule>
<transitionTime><font color="#aa9988"><sub>1..1</sub></font></transitionTime>
</daylightDate>
</timeZone>
</pre>