FieldPutInternalTime Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a OASySDNA.Common.InternalTime value into the field defined by the path.
public void FieldPutInternalTime(
OASySDNA.Common.InternalTime valueToBeWritten
)
public:
void FieldPutInternalTime(
OASySDNA.Common.InternalTime valueToBeWritten
)
Parameters
- valueToBeWritten
- The value to be written into the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while writing the field value. |