adjust

Adjusts this moment using the Verdandi DSL.

val result = moment adjust {
weekStartsOn = Sunday
add two weeks
at startOf day
}

Return

a new VerdandiMoment reflecting the adjustments.

Parameters

block

configuration applied within a VerdandiAdjustScope.