public class BTime extends Object
| Constructor and Description |
|---|
BTime() |
BTime(int year,
int dayOfYear,
int hour,
int minute,
int second,
int tenthMilliSecond) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getDayOfYear() |
int |
getHour() |
int |
getMinute() |
int |
getSecond() |
int |
getTenthMilliSecond() |
int |
getYear() |
int |
hashCode() |
static BTime |
now() |
void |
setDayOfYear(int dayOfYear) |
void |
setHour(int hour) |
void |
setMinute(int minute) |
void |
setSecond(int second) |
void |
setTenthMilliSecond(int tenthMilliSecond) |
void |
setYear(int year) |
String |
toSeedString() |
String |
toString() |
static BTime |
valueOf(byte[] bytes) |
static BTime |
valueOf(Date date) |
static BTime |
valueOf(int year,
int dayOfYear,
int hour,
int minute,
int second,
int tenthMilliSecond) |
static BTime |
valueOf(ZonedDateTime date) |
public BTime()
public BTime(int year,
int dayOfYear,
int hour,
int minute,
int second,
int tenthMilliSecond)
public static BTime now()
public static BTime valueOf(int year, int dayOfYear, int hour, int minute, int second, int tenthMilliSecond)
public static BTime valueOf(ZonedDateTime date)
public static BTime valueOf(byte[] bytes) throws SeedException
SeedExceptionpublic int getDayOfYear()
public void setDayOfYear(int dayOfYear)
public int getYear()
public void setYear(int year)
public int getHour()
public void setHour(int hour)
public int getMinute()
public void setMinute(int minute)
public int getSecond()
public void setSecond(int second)
public int getTenthMilliSecond()
public void setTenthMilliSecond(int tenthMilliSecond)
public String toSeedString()
Copyright © 2018. All rights reserved.