Package de.pisa.psa.rst.obj
Klasse PsaRstApiObjBas.IsoDate
java.lang.Object
de.pisa.psa.rst.obj.PsaRstApiObjBas.IsoDate
- Umschließende Klasse:
PsaRstApiObjBas
ISO date controller class
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.pisa.psa.ifc.TriSta
getUse()
get if dates should always be formated as ISO dateboolean
get if the timezone should be added to the ISO datesetTimezone
(boolean timezone) set if the timezone should be added to the ISO datesetUse
(de.pisa.psa.ifc.TriSta use) set if dates should always be formated as ISO date
-
Konstruktordetails
-
IsoDate
public IsoDate()Constructor
-
-
Methodendetails
-
setUse
set if dates should always be formated as ISO date- Parameter:
use
- use ISO date- Gibt zurück:
- this
-
getUse
public de.pisa.psa.ifc.TriSta getUse()get if dates should always be formated as ISO date- Gibt zurück:
- use ISO date
-
setTimezone
set if the timezone should be added to the ISO date- Parameter:
timezone
- add timezone- Gibt zurück:
- this
-
isTimezone
public boolean isTimezone()get if the timezone should be added to the ISO date- Gibt zurück:
- add timezone
-