public interface LocalDateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDay()
A day which must be from 1 to 31 and valid for the year and month.
|
Month |
getMonth()
One of 12 Gregorian calendar months specified by `Month`.
|
int |
getMonthValue()
One of 12 Gregorian calendar months specified by `Month`.
|
int |
getYear()
A year with `1` being year 1 CE and `-1` being 1 BC.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getYear()
A year with `1` being year 1 CE and `-1` being 1 BC.
int32 year = 1;
int getMonthValue()
One of 12 Gregorian calendar months specified by `Month`.
.spine.time.Month month = 2 [(.required) = true];
Month getMonth()
One of 12 Gregorian calendar months specified by `Month`.
.spine.time.Month month = 2 [(.required) = true];
int getDay()
A day which must be from 1 to 31 and valid for the year and month.
int32 day = 3 [(.max) = { ... }