: Public Class
Created: 10/12/2010 5:54:35 PM
Modified: 4/17/2017 2:48:36 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/><br/>The rule encoding:<br/>Bits  0 - 11: seconds 0 - 3599<br/>Bits 12 - 16: hours 0 - 23<br/>Bits 17 - 19: day of the week 0 = not applicable, 1 - 7 (Monday = 1)<br/>Bits 20 - 24: day of the month 0 = not applicable, 1 - 31<br/>Bits 25 - 27: operator  (detailed below)<br/>Bits 28 - 31: month 1 - 12<br/><br/>Rule value of 0xFFFFFFFF means rule processing/DST correction is disabled.<br/><br/>The operators:<br/><br/>0: DST starts/ends on the Day of the Month<br/>1: DST starts/ends on the Day of the Week that is on or after the Day of the Month<br/>2: DST starts/ends on the first occurrence of the Day of the Week in a month<br/>3: DST starts/ends on the second occurrence of the Day of the Week in a month<br/>4: DST starts/ends on the third occurrence of the Day of the Week in a month<br/>5: DST starts/ends on the forth occurrence of the Day of the Week in a month<br/>6: DST starts/ends on the fifth occurrence of the Day of the Week in a month<br/>7: DST starts/ends on the last occurrence of the Day of the Week in a month<br/><br/>An example: DST starts on third Friday in March at 1:45 AM.  The rule...<br/>Seconds: 2700<br/>Hours: 1<br/>Day of Week: 5<br/>Day of Month: 0<br/>Operator: 4<br/>Month: 3<br/>
Tag Value
derivation restriction
Details:
Values: restriction | list
Default: restriction
Description: Defines derivation type
Object Type Connection Direction Notes
«XSDsimpleType» HexBinary32 Class Generalization To