FdoDateTimeValue Class Reference

The FdoDateTimeValue class derives from FdoDataValue and represents a date or time. More...

#include <DateTimeValue.h>

Inherits FdoDataValue.

List of all members.


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 FdoStringToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static FDO_API FdoDateTimeValueCreate (FdoDateTime value)
 Constructs a default instance of an FdoDateTimeValue using the specified arguments.
static FDO_API FdoDateTimeValueCreate ()
 Constructs a default instance of an FdoDateTimeValue with a value of null.

Friends

class FdoDataValue

Detailed Description

The FdoDateTimeValue class derives from FdoDataValue and represents a date or time.

Definition at line 32 of file DateTimeValue.h.


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