MayaCalendar

object MayaCalendar

Types

MayaYear
Link copied to clipboard
private class MayaYear(year: Int)

Functions

digitIcon
Link copied to clipboard
fun digitIcon(ch: Char): String
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isNewCycle
Link copied to clipboard
private fun isNewCycle(year: Int, otherYear: Int): Boolean
openPopup
Link copied to clipboard
fun openPopup(previousScreen: BaseScreen, civInfo: CivilizationInfo, year: Int)
startTurnForMaya
Link copied to clipboard
fun startTurnForMaya(civInfo: CivilizationInfo)
toString
Link copied to clipboard
open fun toString(): String
yearToMayaDate
Link copied to clipboard
fun yearToMayaDate(year: Int): String

Properties

baktun
Link copied to clipboard
const val baktun: Char = 'ය'
baktunIcon
Link copied to clipboard
const val baktunIcon: String
daysOn30000101BCE
Link copied to clipboard
private const val daysOn30000101BCE: Int
digits
Link copied to clipboard
val digits: CharRange
iconFolder
Link copied to clipboard
private const val iconFolder: String
katun
Link copied to clipboard
const val katun: Char = 'ඹ'
katunIcon
Link copied to clipboard
const val katunIcon: String
nineteen
Link copied to clipboard
const val nineteen: Char = 'Ↄ'
notificationIcon
Link copied to clipboard
const val notificationIcon: String
tun
Link copied to clipboard
const val tun: Char = 'ම'
tunIcon
Link copied to clipboard
const val tunIcon: String
zero
Link copied to clipboard
const val zero: Char = 'ⅰ'

Sources

jvm source
Link copied to clipboard