Uses of Class
org.drinkless.tdlib.TdApi.DateTimePartPrecision
Packages that use TdApi.DateTimePartPrecision
-
Uses of TdApi.DateTimePartPrecision in org.drinkless.tdlib
Subclasses of TdApi.DateTimePartPrecision in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classShow the date or time in a long way (March 17, 2022 or 22:45:00.)static classDon't show the date or time.static classShow the date or time in a short way (17.03.22 or 22:45).Fields in org.drinkless.tdlib declared as TdApi.DateTimePartPrecisionModifier and TypeFieldDescriptionTdApi.DateTimeFormattingTypeAbsolute.datePrecisionThe precision with which the date is shown.TdApi.DateTimeFormattingTypeAbsolute.timePrecisionThe precision with which hours, minutes and seconds are shown.Constructors in org.drinkless.tdlib with parameters of type TdApi.DateTimePartPrecisionModifierConstructorDescriptionDateTimeFormattingTypeAbsolute(TdApi.DateTimePartPrecision timePrecision, TdApi.DateTimePartPrecision datePrecision, boolean showDayOfWeek) The date and time must be shown as absolute timestamps.