Update readme

This commit is contained in:
Graeme Ainsworth 2022-04-27 22:00:37 +12:00
parent 8a56c6a9f9
commit 06ccceee35

View File

@ -82,12 +82,12 @@ npm start
### DisplayOption ### DisplayOption
| Parameter Name | Type | Description | | Parameter Name | Type | Description |
| :------------- | :------ | :---------------------------------------------------------------------------------------------------- | | :------------- | :------ | :---------------------------------------------------------------------------------------------------------- |
| viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month. | | viewMode | enum | Specifies the time scale. Hour, Quarter Day, Half Day, Day, Week(ISO-8601, 1st day is Monday), Month, Year. |
| viewDate | date | Specifies display date and time for display. | | viewDate | date | Specifies display date and time for display. |
| locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. | | locale | string | Specifies the month name language. Able formats: ISO 639-2, Java Locale. |
| rtl | boolean | Sets rtl mode. | | rtl | boolean | Sets rtl mode. |
### StylingOption ### StylingOption