IsStandardPeriod property

bool get IsStandardPeriod
Gets a value indicating whether this period represents the Standard period.

Implementation

bool get IsStandardPeriod {
  return StringUtils.EqualsIgnoreCase(
      this.name!, TimeZonePeriod.StandardPeriodName);
}