Interface IIfcLocalTime
Readonly interface for IfcLocalTime
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcLocalTime : IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
DaylightSavingOffset
Declaration
IfcDaylightSavingHour? DaylightSavingOffset { get; set; }
Property Value
|
Improve this Doc
View Source
HourComponent
Declaration
IfcHourInDay HourComponent { get; set; }
Property Value
|
Improve this Doc
View Source
MinuteComponent
Declaration
IfcMinuteInHour? MinuteComponent { get; set; }
Property Value
|
Improve this Doc
View Source
SecondComponent
Declaration
IfcSecondInMinute? SecondComponent { get; set; }
Property Value
|
Improve this Doc
View Source
Zone
Declaration
IIfcCoordinatedUniversalTimeOffset Zone { get; set; }
Property Value
Extension Methods