: Public Class
Created: 10/12/2010 5:54:35 PM
Modified: 9/11/2012 4:29:45 PM
Project:
Advanced:
Bit map encoded rule from which is calculated the start or end time, within the current year, to which daylight savings time offset must be applied. <br /></p><p><br /></p><p>The rule encoding:<br /></p><p>Bits  0 - 11: seconds 0 - 3599<br /></p><p>Bits 12 - 16: hours 0 - 23<br /></p><p>Bits 17 - 19: day of the week 0 = not applicable, 1 - 7 (Monday = 1)<br /></p><p>Bits:20 - 24: day of the month 0 = not applicable, 1 - 31<br /></p><p>Bits: 25 - 27: operator  (detailed below)<br /></p><p>Bits: 28 - 31: month 1 - 12<br /></p><p><br /></p><p>Rule value of 0xFFFFFFFF means rule processing/DST correction is disabled.<br /></p><p><br /></p><p>The operators:<br /></p><p><br /></p><p>0: DST starts/ends on the Day of the Month<br /></p><p>1: DST starts/ends on the Day of the Week that is on or after the Day of the Month<br /></p><p>2: DST starts/ends on the first occurrence of the Day of the Week in a month<br /></p><p>3: DST starts/ends on the second occurrence of the Day of the Week in a month<br /></p><p>4: DST starts/ends on the third occurrence of the Day of the Week in a month<br /></p><p>5: DST starts/ends on the forth occurrence of the Day of the Week in a month<br /></p><p>6: DST starts/ends on the fifth occurrence of the Day of the Week in a month<br /></p><p>7: DST starts/ends on the last occurrence of the Day of the Week in a month<br /></p><p><br /></p><p>An example: DST starts on third Friday in March at 1:45 AM.  The rule...<br /></p><p>Seconds: 2700<br /></p><p>Hours: 1<br /></p><p>Day of Week: 5<br /></p><p>Day of Month: 0<br /></p><p>Operator: 4<br /></p><p>Month: 3<br /></p>
Tag Value
derivation restriction
Details:
Values: restriction | list
Default: restriction
Description: Defines derivation type
Object Type Connection Notes
«XSDsimpleType» HexBinary32 Class Generalization