Uses of Class
org.hl7.fhir.dstu2.model.BaseDateTimeType
-
Packages that use BaseDateTimeType Package Description org.hl7.fhir.dstu2.model -
-
Uses of BaseDateTimeType in org.hl7.fhir.dstu2.model
Subclasses of BaseDateTimeType in org.hl7.fhir.dstu2.model Modifier and Type Class Description classDateTimeTypeRepresents a FHIR dateTime datatype.classDateTypeRepresents a FHIR date datatype.classInstantTypeRepresents a FHIR instant datatype.Methods in org.hl7.fhir.dstu2.model that return BaseDateTimeType Modifier and Type Method Description BaseDateTimeTypeBaseDateTimeType. setValue(Date theValue)Sets the value of this date/time using the default level of precision for this datatype using the system local time zoneConstructors in org.hl7.fhir.dstu2.model with parameters of type BaseDateTimeType Constructor Description InstantType(BaseDateTimeType theDateTime)Create a new DateTimeDt using an existing value.
-