public class OwlTime extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<OwlTime>
| Constructor and Description |
|---|
OwlTime() |
OwlTime(boolean isDateTime) |
OwlTime(int hour,
int minute,
float second) |
OwlTime(int year,
int month,
int day,
int hour,
int minute,
float second) |
| Modifier and Type | Method and Description |
|---|---|
OwlTime |
clone() |
int |
compareTo(OwlTime o) |
boolean |
equals(java.lang.Object obj) |
java.util.GregorianCalendar |
getCalendar() |
int |
getDay() |
double |
getEpochSecond() |
int |
getHour() |
java.time.Instant |
getInstant() |
int |
getMinute() |
int |
getMonth() |
float |
getSecond() |
int |
getYear() |
int |
hashCode() |
boolean |
isDateTime() |
void |
toTime(int hour,
int minutes,
float seconds) |
void |
toTime(int year,
int month,
int day,
int hour,
int minutes,
float seconds) |
public OwlTime()
public OwlTime(boolean isDateTime)
public OwlTime(int year,
int month,
int day,
int hour,
int minute,
float second)
public OwlTime(int hour,
int minute,
float second)
public void toTime(int hour,
int minutes,
float seconds)
public void toTime(int year,
int month,
int day,
int hour,
int minutes,
float seconds)
public java.time.Instant getInstant()
public boolean isDateTime()
public double getEpochSecond()
public java.util.GregorianCalendar getCalendar()
public int getYear()
public int getMonth()
public int getDay()
public int getHour()
public int getMinute()
public float getSecond()
public OwlTime clone()
clone in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence