DatatypeFactory.newDurationYearMonth() | Java

 

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

DatatypeFactory

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.