18 public TimeSpan(
int hours,
int minutes,
int seconds)
307 internal static long TimeToTicks(
int hour,
int minute,
int second)
class f__AnonymousType0<< Count > j__TPar
bool TryFormat(Span< char > destination, [Out] int charsWritten, [Optional] ReadOnlySpan< char > format, [Optional] IFormatProvider formatProvider)
const long TicksPerTenthSecond
static TimeSpan operator-(TimeSpan t)
const long TicksPerMinute
static bool operator>=(TimeSpan t1, TimeSpan t2)
TimeSpan(int hours, int minutes, int seconds)
static readonly TimeSpan MinValue
static TimeSpan Interval(double value, int scale)
override bool Equals(object value)
static int Compare(TimeSpan t1, TimeSpan t2)
const double MillisecondsPerTick
TimeSpan(int days, int hours, int minutes, int seconds, int milliseconds)
static bool operator>(TimeSpan t1, TimeSpan t2)
const int MillisPerMinute
static TimeSpan Parse(string input, IFormatProvider formatProvider)
const double MinutesPerTick
static bool operator<=(TimeSpan t1, TimeSpan t2)
static readonly TimeSpan MaxValue
static TimeSpan FromMilliseconds(double value)
static bool operator<(TimeSpan t1, TimeSpan t2)
const double HoursPerTick
const long TicksPerMillisecond
static TimeSpan FromSeconds(double value)
string ToString(string format, IFormatProvider formatProvider)
bool Equals(TimeSpan obj)
static readonly TimeSpan Zero
static bool TryParseExact(string input, string format, IFormatProvider formatProvider, [Out] TimeSpan result)
const int MillisPerSecond
override int GetHashCode()
const double SecondsPerTick
static TimeSpan operator+(TimeSpan t1, TimeSpan t2)
const long MaxMilliSeconds
static TimeSpan FromDays(double value)
static bool operator==(TimeSpan t1, TimeSpan t2)
int CompareTo(TimeSpan value)
TimeSpan Subtract(TimeSpan ts)
static bool operator!=(TimeSpan t1, TimeSpan t2)
int CompareTo(object value)
static TimeSpan FromTicks(long value)
string ToString(string format)
static TimeSpan FromHours(double value)
static TimeSpan Parse(string s)
override string ToString()
const long TicksPerSecond
static long TimeToTicks(int hour, int minute, int second)
static TimeSpan FromMinutes(double value)
const long MinMilliSeconds
TimeSpan Add(TimeSpan ts)