public class EastAsianLunisolarCalendar extends Calendar
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Globalization.EastAsianLunisolarCalendar
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: mscorlib
|
static java.lang.String |
className
Qualified class name: System.Globalization.EastAsianLunisolarCalendar
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EastAsianLunisolarCalendar() |
EastAsianLunisolarCalendar(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
AddMonths(DateTime time,
int months) |
DateTime |
AddYears(DateTime time,
int years) |
static EastAsianLunisolarCalendar |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EastAsianLunisolarCalendar, a cast assert is made to check if types are compatible. |
int |
GetCelestialStem(int sexagenaryYear) |
int |
GetDayOfMonth(DateTime time) |
DayOfWeek |
GetDayOfWeek(DateTime time) |
int |
GetDayOfYear(DateTime time) |
int |
GetDaysInMonth(int year,
int month,
int era) |
int |
GetDaysInYear(int year,
int era) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
GetLeapMonth(int year,
int era) |
int |
GetMonth(DateTime time) |
int |
GetMonthsInYear(int year,
int era) |
int |
GetSexagenaryYear(DateTime time) |
int |
GetTerrestrialBranch(int sexagenaryYear) |
int |
GetYear(DateTime time) |
boolean |
IsLeapDay(int year,
int month,
int day,
int era) |
boolean |
IsLeapMonth(int year,
int month,
int era) |
boolean |
IsLeapYear(int year,
int era) |
void |
setJCOInstance(JCObject instance) |
DateTime |
ToDateTime(int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond,
int era) |
int |
ToFourDigitYear(int year) |
AddDays, AddHours, AddMilliseconds, AddMinutes, AddSeconds, AddWeeks, Clone, getAlgorithmType, GetDaysInMonth, GetDaysInYear, GetEra, getEras, GetHour, getIsReadOnly, GetLeapMonth, getMaxSupportedDateTime, GetMilliseconds, getMinSupportedDateTime, GetMinute, GetMonthsInYear, GetSecond, getTwoDigitYearMax, GetWeekOfYear, IsLeapDay, IsLeapMonth, IsLeapYear, ReadOnly, setTwoDigitYearMax, ToDateTimepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EastAsianLunisolarCalendar()
throws java.lang.Throwable
java.lang.Throwablepublic EastAsianLunisolarCalendar(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DateTime AddMonths(DateTime time, int months) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
AddMonths in class Calendarjava.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic DateTime AddYears(DateTime time, int years) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, ArgumentException
AddYears in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionArgumentExceptionpublic static EastAsianLunisolarCalendar cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EastAsianLunisolarCalendar, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEastAsianLunisolarCalendar instancejava.lang.Throwable - in case of error during cast operationpublic int GetCelestialStem(int sexagenaryYear)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public int GetDayOfMonth(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
GetDayOfMonth in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic DayOfWeek GetDayOfWeek(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
GetDayOfWeek in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic int GetDayOfYear(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
GetDayOfYear in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic int GetDaysInMonth(int year,
int month,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
GetDaysInMonth in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic int GetDaysInYear(int year,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
GetDaysInYear in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CalendarString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CalendarString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CalendarObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CalendarString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CalendarJCType representing the CLR Type of the instantiated Classpublic int GetLeapMonth(int year,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
GetLeapMonth in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic int GetMonth(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
GetMonth in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic int GetMonthsInYear(int year,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
GetMonthsInYear in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic int GetSexagenaryYear(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic int GetTerrestrialBranch(int sexagenaryYear)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public int GetYear(DateTime time) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
GetYear in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionpublic boolean IsLeapDay(int year,
int month,
int day,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
IsLeapDay in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic boolean IsLeapMonth(int year,
int month,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
CultureNotFoundException,
InvalidOperationException
IsLeapMonth in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic boolean IsLeapYear(int year,
int era)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
IsLeapYear in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Calendarpublic DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException
ToDateTime in class Calendarjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionpublic int ToFourDigitYear(int year)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
ObjectDisposedException,
CultureNotFoundException,
InvalidOperationException
ToFourDigitYear in class Calendarjava.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionInvalidOperationException