com.ghasemkiani.util
Interface PersianCalendarConstants

All Known Implementing Classes:
SimplePersianCalendar, PersianCalendar

public interface PersianCalendarConstants

This class contains some constants used in other Persian Calendar classes.

Version:
2.1
Author:
Ghasem Kiani

Field Summary
static int ABAN
          Constant for Aban, the 8th month of the Persian year.
static int AZAR
          Constant for Azar, the 9th month of the Persian year.
static int BAHMAN
          Constant for Bahman, the 11th month of the Persian year.
static int DEY
          Constant for Dey, the 10th month of the Persian year.
static int ESFAND
          Constant for Esfand, the 12th month of the Persian year.
static int FARVARDIN
          Constant for Farvardin, the 1st month of the Persian year.
static int KHORDAD
          Constant for Khordad, the 3rd month of the Persian year.
static int MEHR
          Constant for Mehr, the 7th month of the Persian year.
static int MORDAD
          Constant for Mordad, the 5th month of the Persian year.
static int ORDIBEHESHT
          Constant for Ordibehesht, the 2nd month of the Persian year.
static int SHAHRIVAR
          Constant for Shahrivar, the 6th month of the Persian year.
static int TIR
          Constant for Tir, the 4th month of the Persian year.
 

Field Detail

FARVARDIN

static final int FARVARDIN
Constant for Farvardin, the 1st month of the Persian year.

See Also:
Constant Field Values

ORDIBEHESHT

static final int ORDIBEHESHT
Constant for Ordibehesht, the 2nd month of the Persian year.

See Also:
Constant Field Values

KHORDAD

static final int KHORDAD
Constant for Khordad, the 3rd month of the Persian year.

See Also:
Constant Field Values

TIR

static final int TIR
Constant for Tir, the 4th month of the Persian year.

See Also:
Constant Field Values

MORDAD

static final int MORDAD
Constant for Mordad, the 5th month of the Persian year.

See Also:
Constant Field Values

SHAHRIVAR

static final int SHAHRIVAR
Constant for Shahrivar, the 6th month of the Persian year.

See Also:
Constant Field Values

MEHR

static final int MEHR
Constant for Mehr, the 7th month of the Persian year.

See Also:
Constant Field Values

ABAN

static final int ABAN
Constant for Aban, the 8th month of the Persian year.

See Also:
Constant Field Values

AZAR

static final int AZAR
Constant for Azar, the 9th month of the Persian year.

See Also:
Constant Field Values

DEY

static final int DEY
Constant for Dey, the 10th month of the Persian year.

See Also:
Constant Field Values

BAHMAN

static final int BAHMAN
Constant for Bahman, the 11th month of the Persian year.

See Also:
Constant Field Values

ESFAND

static final int ESFAND
Constant for Esfand, the 12th month of the Persian year.

See Also:
Constant Field Values