adjust
Adjusts this moment using the Verdandi DSL.
val result = moment adjust {
weekStartsOn = Sunday
add two weeks
at startOf day
}Content copied to clipboard
Return
a new VerdandiMoment reflecting the adjustments.
Parameters
block
configuration applied within a VerdandiAdjustScope.