WriteRecord(Int32) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Overwrites the record at the position indicated by the recordNumber with the current RealTimeRecord.
public int WriteRecord(
int recordNumber
)
public:
int WriteRecord(
int recordNumber
)
Parameters
- recordNumber
- The record number to overwrite. Zero to create a new record using the first available record number.
Return Value
The record number of the modified or newly created record.