Skip to contents

Return the Egyptian date data structure

Usage

egyptian_date(year, month, day)

Arguments

year

The Egyptian calendar year.

month

The Egyptian calendar month.

day

The Egyptian calendar day.

Value

An Egyptian calendar date.

Examples

if (FALSE) {
egyptian_date(1, 2, 3)
}