diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index 3e933ab5d34868640ad2ddc25a2288bd75239bef..7b3f6f9cccb40d609a4b357e3ce18408cb8c04f1 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -289,7 +289,7 @@ export class Calendar { getTimeZone(): string; /** - * Get the start day of a week. 0 indicates Sunday, 6 indicates Saturday. + * Get the start day of a week. 1 indicates Sunday, 7 indicates Saturday. * * @sysCap SystemCapability.I18N * @return Returns start day of a week. @@ -298,10 +298,10 @@ export class Calendar { getFirstDayOfWeek(): number; /** - * Set the start day of a week. 0 indicates Sunday, 6 indicates Saturday. + * Set the start day of a week. 1 indicates Sunday, 7 indicates Saturday. * * @sysCap SystemCapability.I18N - * @param value Indicates the start day of a week. 0 indicates Sunday, 6 indicates Saturday. + * @param value Indicates the start day of a week. 1 indicates Sunday, 7 indicates Saturday. * @since 8 */ setFirstDayOfWeek(value: number);