Interface IIfcEventTime
Readonly interface for IfcEventTime
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcEventTime : IIfcSchedulingTime, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ActualDate
Declaration
IfcDateTime? ActualDate { get; set; }
Property Value
|
Improve this Doc
View Source
EarlyDate
Declaration
IfcDateTime? EarlyDate { get; set; }
Property Value
|
Improve this Doc
View Source
LateDate
Declaration
IfcDateTime? LateDate { get; set; }
Property Value
|
Improve this Doc
View Source
ScheduleDate
Declaration
IfcDateTime? ScheduleDate { get; set; }
Property Value