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.4.0.0 (5.4.0)
Syntaxpublic void Write(
	TimeSpan value
)
Public Sub Write ( 
	value As TimeSpan
)
Parameters
- value
 - Type: SystemTimeSpan
The TimeSpan value to store. 
See Also