Interface IIfcCalendarDate
Readonly interface for IfcCalendarDate
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcCalendarDate : IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DayComponent
Declaration
IfcDayInMonthNumber DayComponent { get; set; }
Property Value
|
Improve this Doc
View Source
MonthComponent
Declaration
IfcMonthInYearNumber MonthComponent { get; set; }
Property Value
|
Improve this Doc
View Source
YearComponent
Declaration
IfcYearNumber YearComponent { get; set; }
Property Value
Extension Methods