13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix D Standard Library}public static TimeSpan FromMilliseconds(double value);public static TimeSpan FromMinutes(double value);public static TimeSpan FromSeconds(double value);public static TimeSpan FromTicks(long value);public override int GetHashCode();public TimeSpan Negate();public static TimeSpan operator +(TimeSpan t1, TimeSpan t2);public static bool operator ==(TimeSpan t1, TimeSpan t2);public static bool operator >(TimeSpan t1, TimeSpan t2);public static bool operator >=(TimeSpan t1, TimeSpan t2);public static bool operator !=(TimeSpan t1, TimeSpan t2);public static bool operator

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!