FDO API Reference Feature Data Objects

DateTimeValue Class Reference

List of all members.

Detailed Description

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


Public Member Functions

 DateTimeValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 DateTimeValue (System::DateTime value)
 Constructs a default instance of an FdoDateTimeValue using the specified arguments.
 DateTimeValue ()
 Constructs a default instance of an FdoDateTimeValue with a value of null.
__property NAMESPACE_OSGEO_FDO_SCHEMA::DataType get_DataType ()
 Gets the data type of the FdoDateTimeValue.
__property System::DateTime get_DateTime ()
 Gets the date time value.
System::Void Process (NAMESPACE_OSGEO_FDO_EXPRESSION::IExpressionProcessor *processor)
 Overrides FdoExpression.Process to pass the FdoDateTimeValue to the appropriate expression processor operation.
__property System::Void set_DateTime (System::DateTime value)
 Sets the date time value.
System::String * ToString ()
 Returns the well defined text representation of this expression.

Static Public Member Functions

static System::DateTime op_Explicit (NAMESPACE_OSGEO_FDO_EXPRESSION::DateTimeValue *value)
 A cast operator to get the date time value.

Comments or suggestions? Send us feedback.