of

Creates a LocalTimeFilter instance with the given startTime and endTime.

Return

A LocalTimeFilter instance.

Since

1.0.0

Parameters

startTime

The start time.

endTime

The end time.


fun of(startTime: LocalDateTime?, endTime: LocalDateTime?, isInclusiveStart: Boolean, isInclusiveEnd: Boolean): LocalTimeFilter

Creates a LocalTimeFilter instance with the given startTime, endTime, and their options of edge inclusion.

Return

A LocalTimeFilter instance.

Since

1.0.0

Parameters

startTime

The start time.

endTime

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.