DstTransition constructor

DstTransition(
  1. DateTime transitionDate,
  2. int offsetChange,
  3. bool isDSTActive
)

Implementation

DstTransition(this.transitionDate, this.offsetChange, this.isDSTActive);