  | IRecordWriterWriteTime Property | 
            Gets the time spent writing.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxTimeSpan WriteTime { get; }ReadOnly Property WriteTime As TimeSpan
	Get
property TimeSpan WriteTime {
	TimeSpan get ();
}abstract WriteTime : TimeSpan with get
Property Value
TimeSpan
            The time spent writing.
            
See Also