CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc2x3::IfcDateTimeSelect Class Reference

#include <Ifc2x3SelectTypes.h>

Inheritance diagram for OdIfc2x3::IfcDateTimeSelect:

Public Member Functions

 IfcDateTimeSelect (OdDAI::Select &select)
 
bool isIfcCalendarDate ()
 
void setIfcCalendarDate (IfcCalendarDate *val)
 
bool isIfcDateAndTime ()
 
void setIfcDateAndTime (IfcDateAndTime *val)
 
bool isIfcLocalTime ()
 
void setIfcLocalTime (IfcLocalTime *val)
 

Detailed Description

Definition at line 709 of file Ifc2x3SelectTypes.h.

Constructor & Destructor Documentation

◆ IfcDateTimeSelect()

OdIfc2x3::IfcDateTimeSelect::IfcDateTimeSelect ( OdDAI::Select & select)
inline

Constructor for the IfcDateTimeSelect class.

Parameters
select[in] Select value to set.

Definition at line 719 of file Ifc2x3SelectTypes.h.

Member Function Documentation

◆ isIfcCalendarDate()

bool OdIfc2x3::IfcDateTimeSelect::isIfcCalendarDate ( )

Checks whether this select contains value of IfcCalendarDate or derived type.

Returns
True if the select contains value of IfcCalendarDate or derived type, false otherwise.

◆ isIfcDateAndTime()

bool OdIfc2x3::IfcDateTimeSelect::isIfcDateAndTime ( )

Checks whether this select contains value of IfcDateAndTime or derived type.

Returns
True if the select contains value of IfcDateAndTime or derived type, false otherwise.

◆ isIfcLocalTime()

bool OdIfc2x3::IfcDateTimeSelect::isIfcLocalTime ( )

Checks whether this select contains value of IfcLocalTime or derived type.

Returns
True if the select contains value of IfcLocalTime or derived type, false otherwise.

◆ setIfcCalendarDate()

void OdIfc2x3::IfcDateTimeSelect::setIfcCalendarDate ( IfcCalendarDate * val)

Sets an IfcCalendarDate instance into a select.

Parameters
val[in] Value to set.

◆ setIfcDateAndTime()

void OdIfc2x3::IfcDateTimeSelect::setIfcDateAndTime ( IfcDateAndTime * val)

Sets an IfcDateAndTime instance into a select.

Parameters
val[in] Value to set.

◆ setIfcLocalTime()

void OdIfc2x3::IfcDateTimeSelect::setIfcLocalTime ( IfcLocalTime * val)

Sets an IfcLocalTime instance into a select.

Parameters
val[in] Value to set.

The documentation for this class was generated from the following file: