Class TimeZoneTransitionGroup.CustomTimeZoneCreateParams

    • Method Detail

      • setBaseOffsetToUtc

        protected void setBaseOffsetToUtc​(TimeSpan baseOffsetToUtc)
        Sets the base offset to utc.
        Parameters:
        baseOffsetToUtc - the new base offset to utc
      • getStandardDisplayName

        protected String getStandardDisplayName()
        Gets the display name of the standard period.
        Returns:
        the standard display name
      • setStandardDisplayName

        protected void setStandardDisplayName​(String standardDisplayName)
        Sets the standard display name.
        Parameters:
        standardDisplayName - the new standard display name
      • getDaylightDisplayName

        protected String getDaylightDisplayName()
        Gets the display name of the daylight period.
        Returns:
        the daylight display name
      • setDaylightDisplayName

        protected void setDaylightDisplayName​(String daylightDisplayName)
        Sets the daylight display name.
        Parameters:
        daylightDisplayName - the new daylight display name
      • getHasDaylightPeriod

        protected boolean getHasDaylightPeriod()
        Gets a value indicating whether the custom time zone should have a daylight period. true if the custom time zone should have a daylight period; otherwise, false.
        Returns:
        the checks for daylight period