| FDO API Reference | Feature Data Objects |
#include <DateTimeValue.h>
Inherits FdoDataValue.
Inheritance diagram for FdoDateTimeValue:
Definition at line 32 of file DateTimeValue.h.
Public Member Functions | |
| FDO_API FdoDataType | GetDataType () |
| Gets the data type of the FdoDateTimeValue. | |
| FDO_API FdoDateTime | GetDateTime () |
| Gets the date time value. | |
| FDO_API | operator FdoDateTime () |
| A cast operator to get the date time value. | |
| FDO_API void | Process (FdoIExpressionProcessor *p) |
| Overrides FdoExpression.Process to pass the FdoDateTimeValue to the appropriate expression processor operation. | |
| FDO_API void | SetDateTime (FdoDateTime value) |
| Sets the date time value. | |
| FDO_API FdoString * | ToString () |
| Returns the well defined text representation of this expression. | |
Static Public Member Functions | |
| FDO_API FdoDateTimeValue * | Create (FdoDateTime value) |
| Constructs a default instance of an FdoDateTimeValue using the specified arguments. | |
| FDO_API FdoDateTimeValue * | Create () |
| Constructs a default instance of an FdoDateTimeValue with a value of null. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| virtual FdoCompareType | DoCompare (FdoDataValue *other) |
| DOXYGEN-IGNORE | |
| FdoDateTimeValue (FdoDateTime value) | |
| Constructs a default instance of an FdoDateTimeValue using the specified arguments. | |
| FdoDateTimeValue () | |
| DOXYGEN-IGNORE Constructs a default instance of an FdoDateTimeValue with a value of null. | |
| virtual | ~FdoDateTimeValue () |
| Default destructor for FdoDateTimeValue. | |
Protected Attributes | |
| FdoDateTime | m_data |
|
|
DOXYGEN-IGNORE Constructs a default instance of an FdoDateTimeValue with a value of null.
|
|
|
Constructs a default instance of an FdoDateTimeValue using the specified arguments.
|
|
|
Default destructor for FdoDateTimeValue.
|
|
|
Constructs a default instance of an FdoDateTimeValue using the specified arguments.
Reimplemented from FdoDataValue. |
|
|
Constructs a default instance of an FdoDateTimeValue with a value of null.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
DOXYGEN-IGNORE
Reimplemented from FdoDataValue. |
|
|
Gets the data type of the FdoDateTimeValue.
Implements FdoDataValue. |
|
|
Gets the date time value.
|
|
|
A cast operator to get the date time value.
Definition at line 141 of file DateTimeValue.h. References FDO_API. |
|
|
Overrides FdoExpression.Process to pass the FdoDateTimeValue to the appropriate expression processor operation.
Implements FdoExpression. |
|
|
Sets the date time value.
|
|
|
Returns the well defined text representation of this expression.
Implements FdoExpression. |
|
|
Definition at line 151 of file DateTimeValue.h. |
| Comments or suggestions? Send us feedback. |