Package-level declarations
Types
Link copied to clipboard
public final class TimeOption extends GeneratedMessageV3 implements ValidatableMessage, TimeOptionOrBuilder
The field value is point in time which lies in the future or in the past.
Is applicable only to `Timestamp`s and types marked as `Temporal`. See `io.spine.time.Temporal`.
Repeated fields are supported.
Example: Using `(when)` option.
message ScheduleMeeting {
spine.time.ZonedDateTime start = 1 [(when).in = FUTURE];
}
Content copied to clipboard
TimeOption
Link copied to clipboard
Link copied to clipboard