rule-engine
Toggle table of contents
3.4.2
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
)
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String