core / io.islandtime.operators / weekInterval
weekInterval
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
val DateTime.weekInterval: DateTimeInterval
Deprecated: Renamed to 'week'.
val OffsetDateTime.weekInterval: OffsetDateTimeInterval
Deprecated: Renamed to 'week'.
val ZonedDateTime.weekInterval: ZonedDateTimeInterval
Deprecated: Renamed to 'week'.
fun DateTime.weekInterval(settings: WeekSettings): DateTimeInterval
Deprecated: Renamed to 'week'.
fun OffsetDateTime.weekInterval(settings: WeekSettings): OffsetDateTimeInterval
Deprecated: Renamed to 'week'.
fun ZonedDateTime.weekInterval(settings: WeekSettings): ZonedDateTimeInterval
Deprecated: Renamed to 'week'.
(iosArm64, iosX64, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)
fun DateTime.weekInterval(locale: <ERROR CLASS>): DateTimeInterval
Deprecated: Renamed to 'week'.
fun OffsetDateTime.weekInterval(locale: <ERROR CLASS>): OffsetDateTimeInterval
Deprecated: Renamed to 'week'.
fun ZonedDateTime.weekInterval(locale: <ERROR CLASS>): ZonedDateTimeInterval
Deprecated: Renamed to 'week'.
(jvm)
fun DateTime.weekInterval(locale: Locale): DateTimeInterval
Deprecated: Renamed to 'week'.
fun OffsetDateTime.weekInterval(locale: Locale): OffsetDateTimeInterval
Deprecated: Renamed to 'week'.
fun ZonedDateTime.weekInterval(locale: Locale): ZonedDateTimeInterval
Deprecated: Renamed to 'week'.