FastQuant.TimeSpanStreamer.TimeSpanStreamer C# (CSharp) Method

TimeSpanStreamer() public method

public TimeSpanStreamer ( ) : System
return System
        public TimeSpanStreamer()
        {
            this.typeId = DataObjectType.TimeSpan;
            this.type = typeof(TimeSpan);
        }