Korean

$(ANCHOR _Korean) Represents the Korean calendar.

class Korean : GregorianBased {}

Members

Functions

id
uint id()

Property. Overridden. Retrieves the identifier associated with the current calendar.

Inherited Members

From GregorianBased

toTime
Time toTime(uint year, uint month, uint day, uint hour, uint minute, uint second, uint millisecond, uint era)
Undocumented in source. Be warned that the author may not have intended to support it.
getYear
uint getYear(const(Time) time)
Undocumented in source. Be warned that the author may not have intended to support it.
getEra
uint getEra(const(Time) time)
Undocumented in source. Be warned that the author may not have intended to support it.
eras
uint[] eras()
Undocumented in source. Be warned that the author may not have intended to support it.
currentEra
uint currentEra [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta