RelativeDayOfMonthTransition.withTimeZonePeriod constructor

RelativeDayOfMonthTransition.withTimeZonePeriod(
  1. TimeZoneDefinition timeZoneDefinition,
  2. TimeZonePeriod targetPeriod
)
Initializes a new instance of the The time zone definition this transition belongs to. The period the transition will target.

Implementation

RelativeDayOfMonthTransition.withTimeZonePeriod(
    TimeZoneDefinition timeZoneDefinition, TimeZonePeriod targetPeriod)
    : super.withTimeZonePeriod(timeZoneDefinition, targetPeriod) {}