DayArgs

data class DayArgs(val date: Output<Int>? = null, val isLast: Output<Boolean>? = null) : ConvertibleToJava<DayArgs>

Day of the week.

Constructors

Link copied to clipboard
constructor(date: Output<Int>? = null, isLast: Output<Boolean>? = null)

Properties

Link copied to clipboard
val date: Output<Int>? = null

Date of the month

Link copied to clipboard
val isLast: Output<Boolean>? = null

Whether Date is last date of month

Functions

Link copied to clipboard
open override fun toJava(): DayArgs