public static class DateConversionDelegateFactory.CalendarBuilder
extends java.lang.Object
Date.| Constructor and Description |
|---|
CalendarBuilder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Calendar |
create(java.util.Date date)
Creates a calendar from the date.
|
java.util.Calendar |
create(long timeInstant)
Creates a calendar from the instance in time.
|
public java.util.Calendar create(long timeInstant)
timeInstant - the instant in time.public java.util.Calendar create(java.util.Date date)
date - the date.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature