TransitionToDaylight property

TimeZoneTransition? TransitionToDaylight
Gets the transition to the Daylight period.

Implementation

/* private */
TimeZoneTransition? get TransitionToDaylight {
  this.InitializeTransitions();

  return this.transitionToDaylight;
}