setDay

public LocalDate.Builder setDay(int value)
A day which must be from 1 to 31 and valid for the year and month.
int32 day = 3 [(.max) = { ... }

Return

This builder for chaining.

Parameters

value

The day to set.