TimeSpan.TimeSpan C# (CSharp) Method

TimeSpan() public method

public TimeSpan ( ) : System
return System
    public TimeSpan()
    {
        //
        // TODO: aggiungere qui la logica del costruttore
        //
    }

Same methods

TimeSpan::TimeSpan ( DateTime start, DateTime end ) : System