DatePeriod

abstract class DatePeriod

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder

Functions

Link copied to clipboard
Link copied to clipboard
open fun create(startDate: Date, endDate: Date): DatePeriod
Link copied to clipboard
abstract fun endDate(): Date
Link copied to clipboard
abstract fun startDate(): Date
Link copied to clipboard