Class TdApi.DateTimeFormattingTypeAbsolute

Enclosing class:
TdApi

public static class TdApi.DateTimeFormattingTypeAbsolute extends TdApi.DateTimeFormattingType
The date and time must be shown as absolute timestamps.
  • Field Details

    • timePrecision

      public TdApi.DateTimePartPrecision timePrecision
      The precision with which hours, minutes and seconds are shown.
    • datePrecision

      public TdApi.DateTimePartPrecision datePrecision
      The precision with which the date is shown.
    • showDayOfWeek

      public boolean showDayOfWeek
      True, if the day of week must be shown.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DateTimeFormattingTypeAbsolute

      public DateTimeFormattingTypeAbsolute()
      The date and time must be shown as absolute timestamps.
    • DateTimeFormattingTypeAbsolute

      public DateTimeFormattingTypeAbsolute(TdApi.DateTimePartPrecision timePrecision, TdApi.DateTimePartPrecision datePrecision, boolean showDayOfWeek)
      The date and time must be shown as absolute timestamps.
      Parameters:
      timePrecision - The precision with which hours, minutes and seconds are shown.
      datePrecision - The precision with which the date is shown.
      showDayOfWeek - True, if the day of week must be shown.
  • Method Details