of

fun of(startDate: LocalDate?, endDate: LocalDate?): LocalDateFilter

Creates a LocalDateFilter instance with the given startDate and endDate.

Return

A LocalTimeFilter instance.

Since

1.0.0

Parameters

startDate

The start date.

endDate

The end date.


fun of(startDate: LocalDate?, endDate: LocalDate?, isInclusiveStart: Boolean, isInclusiveEnd: Boolean): LocalDateFilter

Creates a LocalDateFilter with startDate, endDate, and their options of edge inclusion.

Return

A LocalTimeFilter instance.

Since

1.0.0

Parameters

startDate

The start time.

endDate

The end time.

isInclusiveStart

Whether the start time is included exactly.

isInclusiveEnd

Whether the end time is included exactly.

Preferences Submitted

You have successfully updated your cookie preferences.