2.3.94 Calendar

The Calendar property specifies the calendar to use for formatting dates. If the Calendar property is specified, its value MUST be compatible with the Microsoft .NET Framework Language setting. The property MUST be part of a Style record. If the Calendar property is not specified, the default value is used.

 Calendar = calendarStart calendarValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

calendarStart

calendarValue

calendarStart (1 byte): A byte that specifies the start of the Calendar property. The value of the calendarStart field MUST be the following value.

Value

Parent

0x26

SharedStyleProperties

NonSharedStyleProperties

calendarValue (1 byte): A byte that specifies the calendar to use for formatting dates. The value of the calendarValue field is of type Calendars and it MUST be contained in the Calendars enumeration.<57> The default value is defined by default calendar of the Language peer style property.