16852
|
1 |
#
|
|
2 |
# hijrah-config-umalqura.properties
|
|
3 |
#
|
|
4 |
#
|
|
5 |
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
|
6 |
#
|
|
7 |
# This properties file defines a Hijrah calendar variant.
|
|
8 |
#
|
|
9 |
# Fields:
|
|
10 |
#
|
|
11 |
# <version> ::= 'version' '=' <version string>
|
|
12 |
# <id> ::= 'id' '=' <id string>
|
|
13 |
# <type> ::= 'type' '=' <type string>
|
|
14 |
# <iso-start> ::= 'iso-start' '=' <start date in the ISO calendar>
|
|
15 |
# <year> ::= <yyyy> '=' <nn nn nn nn nn nn nn nn nn nn nn nn>
|
|
16 |
#
|
|
17 |
# version ... (Required)
|
|
18 |
#
|
|
19 |
# id ... (Required)
|
|
20 |
# Identifies the Java Chronology
|
|
21 |
#
|
|
22 |
# type ... (Required)
|
|
23 |
# Identifies the type of calendar in the standard calendar ID scheme
|
|
24 |
# iso-start ... (Required)
|
|
25 |
# Specifies the corresponding ISO date to the first Hijrah day
|
|
26 |
# in the defined range of dates
|
|
27 |
#
|
|
28 |
# year ... (Required)
|
|
29 |
# Number of days for each month of a Hijrah year
|
|
30 |
# * Each line defines a year. The years must be in the chronological
|
|
31 |
# order and no gap is allowed.
|
|
32 |
# * Each line is in the form indicated above. <yyyy> is a Hijrah year and
|
|
33 |
# nn is the number of days for a month listed in the order of the months.
|
|
34 |
# * Each year must have 12 months.
|
|
35 |
# * Each month should be 29 or 30 days long.
|
|
36 |
# * There must be one or more space characters between the months.
|
|
37 |
#
|
|
38 |
|
|
39 |
# indicates the version of this definition
|
|
40 |
version=1.8.0_1
|
|
41 |
|
|
42 |
# Java chronology ID
|
|
43 |
id=Hijrah-umalqura
|
|
44 |
|
|
45 |
# Standard calendar type specification
|
|
46 |
type=islamic-umalqura
|
|
47 |
|
|
48 |
# defines the corresponding ISO date to the earliest Hijrah date
|
|
49 |
iso-start=2010-12-07
|
|
50 |
|
|
51 |
#
|
|
52 |
# the data section; defines the dates with the number of days for each month
|
|
53 |
#
|
|
54 |
# Placeholder data until full Umm alQura data can be validated
|
|
55 |
1432=29 30 30 30 29 30 29 30 29 30 29 29
|
|
56 |
1433=30 29 30 30 29 30 30 29 30 29 30 29
|
|
57 |
1434=29 30 29 30 29 30 30 29 30 30 29 29
|
|
58 |
1435=30 29 30 29 30 29 30 29 30 30 29 30
|