Class FdoDateTimeValue
An FDO datetime value
Inheritance
System.Object
FdoDateTimeValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public class FdoDateTimeValue : FdoDataValue
Properties
| Improve this Doc View SourceDateTime
The datetime value
Declaration
public DateTime? DateTime { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ExpressionType
The expression type
Declaration
public override ExpressionType ExpressionType { get; }
Property Value
Type | Description |
---|---|
ExpressionType |
Overrides
| Improve this Doc View SourceTime
The time span value
Declaration
public TimeSpan? Time { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |