getXun static method

String getXun(
  1. String ganZhi
)

Implementation

static String getXun(String ganZhi) {
  return XUN[getXunIndex(ganZhi)];
}