Interface IIfcWorkTime
Readonly interface for IfcWorkTime
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcWorkTime : IIfcSchedulingTime, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Finish
Declaration
IfcDate? Finish { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|
|
Improve this Doc
View Source
RecurrencePattern
Declaration
IIfcRecurrencePattern RecurrencePattern { get; set; }
Property Value
|
Improve this Doc
View Source
Start
Declaration
IfcDate? Start { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcDate> |
|