-
class
Represents a FHIR date datatype.
class
Represents a FHIR dateTime datatype.
class
Represents a FHIR instant datatype.
BaseDateTimeDt.setDay(int theDay)
Sets the month with 1-index, e.g.
BaseDateTimeDt.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.
Sets the nanoseconds within the current second
Sets the precision for this datatype
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.
BaseDateTimeDt.setYear(int theYear)
Create a new DateTimeDt using an existing value.
-