rule-engine
Toggle table of contents
3.6.0
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.models
/
RuleLocalDate
Rule
Local
Date
data
class
RuleLocalDate
(
val
year
:
Int
,
val
month
:
Int
,
val
day
:
Int
)
:
Comparable
<
RuleLocalDate
>
Members
Constructors
Rule
Local
Date
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
,
day
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
day
Link copied to clipboard
val
day
:
Int
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
RuleLocalDate
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String