toggle menu
DHIS2 Android SDK
1.11.1
androidJvm
switch theme
search in API
DHIS2 Android SDK
/
org.hisp.dhis.android.core.period
/
DatePeriod
Date
Period
abstract
class
DatePeriod
Members
Constructors
Date
Period
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
abstract
class
Builder
Functions
builder
Link copied to clipboard
open
fun
builder
(
)
:
DatePeriod.Builder
create
Link copied to clipboard
open
fun
create
(
startDate
:
Date
,
endDate
:
Date
)
:
DatePeriod
end
Date
Link copied to clipboard
@
NonNull
abstract
fun
endDate
(
)
:
Date
start
Date
Link copied to clipboard
@
NonNull
abstract
fun
startDate
(
)
:
Date
to
Builder
Link copied to clipboard
abstract
fun
toBuilder
(
)
:
DatePeriod.Builder