Interface IIfcCoordinatedUniversalTimeOffset
Readonly interface for IfcCoordinatedUniversalTimeOffset
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcCoordinatedUniversalTimeOffset : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HourOffset
Declaration
IfcHourInDay HourOffset { get; set; }
Property Value
|
Improve this Doc
View Source
MinuteOffset
Declaration
IfcMinuteInHour? MinuteOffset { get; set; }
Property Value
|
Improve this Doc
View Source
Sense
Declaration
IfcAheadOrBehind Sense { get; set; }
Property Value