@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) @Documented public @interface CalendarBridge
Calendar
field.
Note: Dates are encoded in the GMT timezone.
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-2017 Red Hat, Inc. All Rights Reserved