-
class
Represents a FHIR dateTime datatype.
class
Represents a FHIR date datatype.
class
Represents a FHIR instant datatype.
BaseDateTimeType.setDay(int theDay)
Sets the month with 1-index, e.g.
BaseDateTimeType.setHour(int theHour)
Sets the hour of the day in a 24h clock, e.g.
Sets the milliseconds within the current second.
Sets the minute of the hour in the range 0-59
Sets the month with 0-index, e.g.
BaseDateTimeType.setNanos(long theNanos)
Sets the nanoseconds within the current second
Sets the second of the minute in the range 0-59
Sets the value for this type using the given Java Date object as the time,
and using the default precision for this datatype (unless the precision is
already set), as well as the local timezone as determined by the local
operating system.
BaseDateTimeType.setYear(int theYear)
This method implements a datetime equality check using the rules as defined
by FHIRPath.
Create a new DateTimeDt using an existing value.