Click or drag to resize

SerializationWriterWrite Method (TimeSpan)

Writes a TimeSpan value into the stream. Stored Size: 8 bytes

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Write(
	TimeSpan value
)

Parameters

value
Type: SystemTimeSpan
The TimeSpan value to store.
See Also