Search Results for

    Show / Hide Table of Contents

    Interface IIfcLocalTime

    Readonly interface for IfcLocalTime

    Inherited Members
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    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
    Type Description
    System.Nullable<IfcDaylightSavingHour>
    | Improve this Doc View Source

    HourComponent

    Declaration
    IfcHourInDay HourComponent { get; set; }
    Property Value
    Type Description
    IfcHourInDay
    | Improve this Doc View Source

    MinuteComponent

    Declaration
    IfcMinuteInHour? MinuteComponent { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMinuteInHour>
    | Improve this Doc View Source

    SecondComponent

    Declaration
    IfcSecondInMinute? SecondComponent { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSecondInMinute>
    | Improve this Doc View Source

    Zone

    Declaration
    IIfcCoordinatedUniversalTimeOffset Zone { get; set; }
    Property Value
    Type Description
    IIfcCoordinatedUniversalTimeOffset

    Extension Methods

    DateTimeSelectExtensions.AsString(IfcDateTimeSelect)
    DateAndTimeExtensions.ToISODateTimeString(IfcDateTimeSelect)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim