@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) @Documented public @interface CalendarBridge
Calendar field.
Note: Dates are encoded in the GMT/UTC time zone.
| Modifier and Type | Required Element and Description |
|---|---|
Resolution |
resolution |
| Modifier and Type | Optional Element and Description |
|---|---|
EncodingType |
encoding |
public abstract Resolution resolution
Calendar instance. The date of the calendar will be rounded to the specified resolution.public abstract EncodingType encoding
Calendar instance.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.