Interface IIfcDateAndTime
Readonly interface for IfcDateAndTime
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcDateAndTime : IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DateComponent
Declaration
IIfcCalendarDate DateComponent { get; set; }
Property Value
|
Improve this Doc
View Source
TimeComponent
Declaration
IIfcLocalTime TimeComponent { get; set; }
Property Value
Extension Methods