FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Expression::DateTimeValue Class Reference
[OSGeo::FDO::Expression]

Inherits OSGeo::FDO::Expression::DataValue.

Inheritance diagram for OSGeo::FDO::Expression::DateTimeValue:

Inheritance graph
[legend]
List of all members.

Detailed Description

The DateTimeValue class derives from DataValue and represents a date or time.

()

Definition at line 36 of file mgDateTimeValue.h.


Public Member Functions

 DateTimeValue (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a DateTimeValue object based on an unmanaged instance of the object.
 DateTimeValue (System::DateTime value)
 Constructs a default instance of an DateTimeValue using the specified arguments.
 DateTimeValue ()
 Constructs a default instance of an DateTimeValue with a value of null.
__property OSGeo::FDO::Schema::DataType get_DataType ()
 Gets the data type of the DateTimeValue.
__property System::DateTime get_DateTime ()
 Gets the date time value.
System::Void Process (OSGeo::FDO::Expression::IExpressionProcessor *processor)
 Overrides Expression.Process to pass the DateTimeValue 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 (OSGeo::FDO::Expression::DateTimeValue *value)
 A cast operator to get the date time value.

Comments or suggestions? Send us feedback.