FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Expression::DateTimeValue:
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 | |
System::DateTime | op_Explicit (OSGeo::FDO::Expression::DateTimeValue *value) |
A cast operator to get the date time value. |
|
Constructs a default instance of an DateTimeValue with a value of null.
|
|
Constructs a default instance of an DateTimeValue using the specified arguments.
|
|
Constructs a DateTimeValue object based on an unmanaged instance of the object.
|
|
Gets the data type of the DateTimeValue.
Reimplemented from OSGeo::FDO::Expression::DataValue. |
|
Gets the date time value.
|
|
A cast operator to get the date time value.
|
|
Overrides Expression.Process to pass the DateTimeValue to the appropriate expression processor operation.
Reimplemented from OSGeo::FDO::Expression::Expression. |
|
Sets the date time value.
|
|
Returns the well defined text representation of this expression.
Reimplemented from OSGeo::FDO::Expression::Expression. |
Comments or suggestions? Send us feedback. |