Descripción
Sintaxis
public final class Duration extends Object implements TemporalAmount, Comparable<Duration>, Serializable
Campos
Métodos
- abs()
- addTo()
- between()
- compareTo()
- dividedBy()
- equals()
- from()
- get()
- getNano()
- getSeconds()
- getUnits()
- hashCode()
- isNegative()
- isZero()
- minus()
- minusDays()
- minusHours()
- minusMillis()
- minusMinutes()
- minusNanos()
- minusSeconds()
- multipliedBy()
- negated()
- of()
- ofDays()
- ofHours()
- ofMillis()
- ofMinutes()
- ofNanos()
- ofSeconds()
- parse()
- plus()
- plusDays()
- plusHours()
- plusMillis()
- plusMinutes()
- plusNanos()
- plusSeconds()
- subtractFrom()
- toDays()
- toDaysPart()
- toHours()
- toHoursPart()
- toMillis()
- toMillisPart()
- toMinutes()
- toMinutesPart()
- toNanos()
- toNanosPart()
- toSeconds()
- toSecondsPart()
- toString()
- truncatedTo()
- withNanos()
- withSeconds()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.