Class ZonedDateTimeOf

    • Constructor Detail

      • ZonedDateTimeOf

        public ZonedDateTimeOf​(CharSequence date)
        Parses date to create ZonedDateTime instances.
        Parameters:
        date - The date to parse.
      • ZonedDateTimeOf

        public ZonedDateTimeOf​(CharSequence date,
                               String format,
                               ZoneId zone)
        Parses date using the provided format to create ZonedDateTime instances.
        Parameters:
        date - The date to parse.
        format - The format to use.
        zone - The zone to use.
      • ZonedDateTimeOf

        public ZonedDateTimeOf​(CharSequence date,
                               DateTimeFormatter formatter)
        Parses the date using the formatter to create ZonedDateTime instances.
        Parameters:
        date - The date to parse.
        formatter - The formatter to use.