All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.time4j.package-info Maven / Gradle / Ivy

There is a newer version: 4.38
Show newest version

/**
 * 

The main package contains four basic types of ISO-8601, namely * PlainDate, PlainTime, PlainTimestamp * and Moment.

* *

Time4J also uses some system properties for the purpose of internal * start configuration:

* *
    *
  • net.time4j.format.iso.decimal.dot => * controls formatting of decimal separator in ISO-8601-output * (default is the comma)
  • *
  • net.time4j.sql.utc.conversion => * SQL-Konversion in JDBCAdapter
  • *
  • net.time4j.systemclock.nanoTime => * controls precision of SystemClock
  • *
  • net.time4j.allow.system.tz.override => * controls permit for overriding standard timezone
  • *
  • net.time4j.scale.leapseconds.suppressed => see * LeapSeconds.SUPPRESS_UTC_LEAPSECONDS
  • *
  • net.time4j.scale.leapseconds.final => see * LeapSeconds.FINAL_UTC_LEAPSECONDS
  • *
  • net.time4j.scale.leapseconds.path => see * LeapSeconds.PATH_TO_LEAPSECONDS
  • *
  • net.time4j.tz.repository.path => * determines the path of the directory for the timezone data of * Time4J, either absolute or relative to class path (default is * the folder "tzrepo" in class path)
  • *
  • net.time4j.tz.repository.version => * preferred version for the timezone data of Time4J (example: 2015a), * if specified then Time4J will look for a file with name * "tzdata{version}.repository" in given directory path * otherwise the name will not contain the version
  • *
  • net.time4j.base.ResourceLoader => class name of external {@code ResourceLoader}-implementation
  • *
*/ /*[deutsch] *

Das Hauptpaket enthält vier Grundtypen in ISO-8601, * nämlich PlainDate, PlainTime, * PlainTimestamp und Moment.

* *

Time4J verwendet auch einige System-Properties für den Zweck der * internen Startkonfiguration:

* *
    *
  • net.time4j.format.iso.decimal.dot => * steuert die Textausgabe des Dezimaltrennzeichens in ISO-8601 (Vorgabe * ist das Komma)
  • *
  • net.time4j.sql.utc.conversion => * SQL-Konversion in JDBCAdapter
  • *
  • net.time4j.systemclock.nanoTime => * steuert die Genauigkeit von * SystemClock
  • *
  • net.time4j.allow.system.tz.override => * steuert, ob das Überschreiben der Standard-Zeitzone zulässig * ist
  • *
  • net.time4j.scale.leapseconds.suppressed => siehe * LeapSeconds.SUPPRESS_UTC_LEAPSECONDS
  • *
  • net.time4j.scale.leapseconds.final => siehe * LeapSeconds.FINAL_UTC_LEAPSECONDS
  • *
  • net.time4j.scale.leapseconds.path => siehe * LeapSeconds.PATH_TO_LEAPSECONDS
  • *
  • net.time4j.tz.repository.path => * legt den Verzeichnispfad für die eigenen Zeitzonendaten * fest, entweder absolut oder relativ zum Klassenpfad (Vorgabe ist * "tzrepo" im Klassenpfad)
  • *
  • net.time4j.tz.repository.version => * bevorzugte Version für die eigenen Zeitzonendaten (z.B. 2015a), * wenn angegeben wird Time4J im Verzeichnispfad nach einer Datei mit dem * Namen "tzdata{version}.repository" suchen, ansonsten wird * der Name der Datei nicht die Version enthalten
  • *
  • net.time4j.base.ResourceLoader => Klassenname einer externen {@code ResourceLoader}-Implementierung
  • *
*/ package net.time4j;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy