ifcopenshell.util.date
¶
Module Contents¶
- ifcopenshell.util.date.canonicalise_time(time)¶
- ifcopenshell.util.date.datetime2ifc(dt: None, ifc_type: Any) None ¶
- ifcopenshell.util.date.datetime2ifc(dt: datetime.date | str | None, ifc_type: Literal['IfcDuration', 'IfcTimeStamp', 'IfcDateTime', 'IfcDate', 'IfcTime', 'IfcCalendarDate', 'IfcLocalTime']) int | str | dict[str, Any] | None
- ifcopenshell.util.date.get_isosplit(s, split)¶
- ifcopenshell.util.date.ifc2datetime(element)¶
- ifcopenshell.util.date.parse_duration(value)¶
- ifcopenshell.util.date.readable_ifc_duration(string)¶
- ifcopenshell.util.date.string_to_date(string)¶
- ifcopenshell.util.date.string_to_duration(duration_string)¶
- ifcopenshell.util.date.timedelta2duration(timedelta)¶