Exemplo n.º 1
0
 public Dst(string name, int offset, DstRule start, DstRule end)
 {
     this.name   = name;
     this.offset = offset;
     this.start  = start;
     this.end    = end;
 }
Exemplo n.º 2
0
			public Dst(string name, int offset, DstRule start, DstRule end) {
				this.name = name;
				this.offset = offset;
				this.start = start;
				this.end = end;
			}
 public override bool Equals(DstRule other)
 {
     return(Equals(other as DayOfWeekRule));
 }
 public override bool Equals(DstRule other)
 {
     return(Equals(other as FixedDateRule));
 }