You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a random Temporal.ZonedDateTime, I would like to get a Temporal.ZonedDateTime for the time 00:00:00.000000 of the first Monday before that time. I have tried:
Given a random
Temporal.ZonedDateTime
, I would like to get aTemporal.ZonedDateTime
for the time00:00:00.000000
of the first Monday before that time. I have tried:round()
: does not supportweek
as a rounding modewith()
: does not support as an argumentdayOfWeek
Is the only way to do this to manually by subtracting
dayOfWeek
from itself? Ie:The text was updated successfully, but these errors were encountered: