Descripción
Sintaxis
public Duration newDurationYearMonth(boolean isPositive, int year, int month)
public Duration newDurationYearMonth(boolean isPositive, BigInteger year, BigInteger month)
public Duration newDurationYearMonth(long durationInMilliseconds)
public Duration newDurationYearMonth(String lexicalRepresentation)
Parámetros
- String lexicalRepresentation,
- BigInteger month,
- long durationInMilliseconds,
- int month,
- BigInteger year,
- boolean isPositive,
- int year,
Excepciones
IllegalArgumentException, NullPointerException, UnsupportedOperationException
Clase Padre
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.