#include <DateTimeValue.h>
Inherits FdoDataValue.
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 | |
static FDO_API FdoDateTimeValue * | Create (FdoDateTime value) |
Constructs a default instance of an FdoDateTimeValue using the specified arguments. | |
static FDO_API FdoDateTimeValue * | Create () |
Constructs a default instance of an FdoDateTimeValue with a value of null. | |
Friends | |
class | FdoDataValue |
Definition at line 32 of file DateTimeValue.h.