Property AsDateTime
AsDateTime
Gets the value of this instance as date and time.
Declaration
public virtual DateTime AsDateTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime | DateTime value. |
Remarks
Valid only if this instance is TimestampValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not TimestampValue. |