Class IfcLocalTime

IfcLocalTime class

IfcLocalTime

public class IfcLocalTime : IfcEntityBase

Constructors

NameDescription
IfcLocalTime()The default constructor.

Properties

NameDescription
Childs { get; }
DaylightSavingOffset { get; set; }
EntityLabel { get; }Gets the entity label. Each entity has its label, which is unique and represents it in the file
HourComponent { get; set; }
Id { get; }
MinuteComponent { get; set; }
SecondComponent { get; set; }
Zone { get; set; }

Methods

NameDescription
override Equals(object)Determines whether the specified is equal to this instance.
override GetHashCode()Returns a hash code for this instance.

See Also