public class DateTimeFactory extends Object
Constructor | Description |
---|---|
DateTimeFactory() |
Modifier and Type | Method | Description |
---|---|---|
static IDateTimeValueType |
createFromDate(Number year,
Integer month,
Integer day,
TimeZone zone) |
|
static IDateTimeValueType |
createFromDateTime(Number year,
Integer month,
Integer day,
Integer hour,
Integer minute,
Number mSecond,
TimeZone zone) |
|
static IDateTimeValueType |
createFromTime(Integer hour,
Integer minute,
Number mSecond,
TimeZone zone) |
public static IDateTimeValueType createFromDateTime(Number year, Integer month, Integer day, Integer hour, Integer minute, Number mSecond, TimeZone zone)
public static IDateTimeValueType createFromDate(Number year, Integer month, Integer day, TimeZone zone)
public static IDateTimeValueType createFromTime(Integer hour, Integer minute, Number mSecond, TimeZone zone)
Copyright © 2019 Oracle Corporation. All rights reserved.