getXunKong static method

String getXunKong(
  1. String ganZhi
)

Implementation

static String getXunKong(String ganZhi) {
  return XUN_KONG[getXunIndex(ganZhi)];
}