Klasse NormalPlayTime
java.lang.Object
org.jupnp.support.model.dlna.types.NormalPlayTime
- Autor:
- Mario Franco, Amit Kumar Mondal - Code Refactoring
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNormalPlayTime(long milliseconds) NormalPlayTime(long hours, long minutes, long seconds, long milliseconds) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglonggetString(NormalPlayTime.Format format) We don't ignore the right zeros in milliseconds, a small compromisevoidsetMilliseconds(long milliseconds) static NormalPlayTime
-
Konstruktordetails
-
NormalPlayTime
public NormalPlayTime(long milliseconds) -
NormalPlayTime
public NormalPlayTime(long hours, long minutes, long seconds, long milliseconds)
-
-
Methodendetails
-
getMilliseconds
public long getMilliseconds()- Gibt zurück:
- the milliseconds
-
setMilliseconds
public void setMilliseconds(long milliseconds) - Parameter:
milliseconds- the milliseconds to set
-
getString
-
getString
We don't ignore the right zeros in milliseconds, a small compromise- Parameter:
format-
-
valueOf
-