| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::DateTimeValue:

()
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. |