public class IfcDateAndTime extends IfcEntity
| Constructor and Description |
|---|
IfcDateAndTime() |
| Modifier and Type | Method and Description |
|---|---|
IfcCalendarDate |
getDateComponent() |
IfcLocalTime |
getTimeComponent() |
void |
setDateComponent(IfcCalendarDate value) |
void |
setTimeComponent(IfcLocalTime value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcCalendarDate getDateComponent()
public final void setDateComponent(IfcCalendarDate value)
public final IfcLocalTime getTimeComponent()
public final void setTimeComponent(IfcLocalTime value)