Uses of Class
ca.uhn.fhir.model.primitive.DateTimeDt
-
Packages that use DateTimeDt Package Description ca.uhn.fhir.model.primitive ca.uhn.fhir.rest.param -
-
Uses of DateTimeDt in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that return DateTimeDt Modifier and Type Method Description static DateTimeDtDateTimeDt. withCurrentTime()Returns a new instance of DateTimeDt with the current system time and SECOND precision and the system local time zone -
Uses of DateTimeDt in ca.uhn.fhir.rest.param
Constructors in ca.uhn.fhir.rest.param with parameters of type DateTimeDt Constructor Description DateParam(ParamPrefixEnum thePrefix, DateTimeDt theDate)Constructor
-