Interface DateMotd

All Known Subinterfaces:
DateParser, DatePrinter, PositionDateParser
All Known Implementing Classes:
AbstractMotd, CSTDateParser, FastDateParser, FastDatePrinter, FastTimeParser, FormatBuilder, NormalDateParser, NormalMotd, PatternsDateParser, PureDateParser, UTCDateParser

public interface DateMotd
日期基本信息获取接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • getPattern

      String getPattern()
      获得日期格式化或者转换的格式
      Returns:
      SimpleDateFormat兼容的格式
    • getTimeZone

      TimeZone getTimeZone()
      获得时区
      Returns:
      TimeZone
    • getLocale

      Locale getLocale()
      获得 日期地理位置
      Returns:
      Locale