Search Results for

    Show / Hide Table of Contents

    Class IfcLocalTime

    Inheritance
    System.Object
    PersistEntity
    IfcLocalTime
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcLocalTime
    IfcDateTimeSelect
    IfcMetricValueSelect
    IIfcDateTimeSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcLocalTime>
    IExpressValidatable
    Inherited Members
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.DateTimeResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcLocalTime", 483)]
    public class IfcLocalTime : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcLocalTime, IfcDateTimeSelect, IfcMetricValueSelect, IIfcDateTimeSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLocalTime>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    DaylightSavingOffset

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcDaylightSavingHour? DaylightSavingOffset { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDaylightSavingHour>
    | Improve this Doc View Source

    HourComponent

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcHourInDay HourComponent { get; set; }
    Property Value
    Type Description
    IfcHourInDay
    | Improve this Doc View Source

    MinuteComponent

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcMinuteInHour? MinuteComponent { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcMinuteInHour>
    | Improve this Doc View Source

    SecondComponent

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcSecondInMinute? SecondComponent { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcSecondInMinute>
    | Improve this Doc View Source

    Zone

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcCoordinatedUniversalTimeOffset Zone { get; set; }
    Property Value
    Type Description
    IfcCoordinatedUniversalTimeOffset

    Methods

    | Improve this Doc View Source

    Equals(IfcLocalTime)

    Declaration
    public bool Equals(IfcLocalTime other)
    Parameters
    Type Name Description
    IfcLocalTime other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    PersistEntity.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcLocalTime.IfcLocalTimeClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcLocalTime.IfcLocalTimeClause clause)
    Parameters
    Type Name Description
    IfcLocalTime.IfcLocalTimeClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcLocalTime.DaylightSavingOffset

    Declaration
    IfcDaylightSavingHour? IIfcLocalTime.DaylightSavingOffset { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDaylightSavingHour>
    | Improve this Doc View Source

    IIfcLocalTime.HourComponent

    Declaration
    IfcHourInDay IIfcLocalTime.HourComponent { get; set; }
    Returns
    Type Description
    IfcHourInDay
    | Improve this Doc View Source

    IIfcLocalTime.MinuteComponent

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

    IIfcLocalTime.SecondComponent

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

    IIfcLocalTime.Zone

    Declaration
    IIfcCoordinatedUniversalTimeOffset IIfcLocalTime.Zone { get; set; }
    Returns
    Type Description
    IIfcCoordinatedUniversalTimeOffset

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcLocalTime
    IfcDateTimeSelect
    IfcMetricValueSelect
    IIfcDateTimeSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable

    Extension Methods

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