📅  最后修改于: 2023-12-03 15:01:57.601000             🧑  作者: Mango
在Java中,有一种叫做ThaiBuddhistDate
的对象,表示泰国佛教日历下的日期。ThaiBuddhistDate
类提供了许多方法和属性,其中之一就是getChronology()
方法。本文将介绍这个方法以及一个示例程序。
getChronology()
方法getChronology()
是ThaiBuddhistDate
类的一个方法,用于获取表示此对象的日历系统。它返回一个ThaiBuddhistChronology
对象,该对象表示泰国佛教日历系统。
public ThaiBuddhistChronology getChronology()
以下是一个使用getChronology()
方法的示例程序。该程序创建一个ThaiBuddhistDate
对象,然后调用getChronology()
方法获取其日历系统,并将其输出到控制台。
import java.time.chrono.ThaiBuddhistChronology;
import java.time.chrono.ThaiBuddhistDate;
public class ThaiBuddhistDateDemo {
public static void main(String[] args) {
ThaiBuddhistDate date = ThaiBuddhistDate.now();
ThaiBuddhistChronology chronology = date.getChronology();
System.out.println(chronology);
}
}
输出结果:
ThaiBuddhist
在Java中,使用ThaiBuddhistDate
类可以表示泰国佛教日历下的日期。getChronology()
方法可以用于获取该对象的日历系统,并返回一个ThaiBuddhistChronology
对象。在实际开发中,可以使用该方法来获取日历系统的相关信息。