Interface TimeView

All Superinterfaces:
IqView, StanzaView, XmlLangElement
All Known Implementing Classes:
Time, TimeBuilder

public interface TimeView extends IqView
  • Method Details

    • getZonedDateTime

      Returns the time or null if the time hasn't been set.
      Returns:
      the time.
    • getUtc

      default String getUtc()
      Returns the time as a UTC formatted String using the format CCYY-MM-DDThh:mm:ssZ.
      Returns:
      the time as a UTC formatted String.
    • getTzo

      default String getTzo()
      Returns the time zone.
      Returns:
      the time zone.