|
static bool | operator== (TimeOnly left, TimeOnly right) |
|
static bool | operator!= (TimeOnly left, TimeOnly right) |
|
static bool | operator> (TimeOnly left, TimeOnly right) |
|
static bool | operator>= (TimeOnly left, TimeOnly right) |
|
static bool | operator< (TimeOnly left, TimeOnly right) |
|
static bool | operator<= (TimeOnly left, TimeOnly right) |
|
static TimeSpan | operator- (TimeOnly t1, TimeOnly t2) |
|
static TimeOnly | FromTimeSpan (TimeSpan timeSpan) |
|
static TimeOnly | FromDateTime (DateTime dateTime) |
|
static TimeOnly | Parse (ReadOnlySpan< char > s, IFormatProvider? provider=null, DateTimeStyles style=DateTimeStyles.None) |
|
static TimeOnly | ParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, IFormatProvider? provider=null, DateTimeStyles style=DateTimeStyles.None) |
|
static TimeOnly | ParseExact (ReadOnlySpan< char > s, string[] formats) |
|
static TimeOnly | ParseExact (ReadOnlySpan< char > s, string[] formats, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static TimeOnly | Parse (string s) |
|
static TimeOnly | Parse (string s, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static TimeOnly | ParseExact (string s, string format) |
|
static TimeOnly | ParseExact (string s, string format, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static TimeOnly | ParseExact (string s, string[] formats) |
|
static TimeOnly | ParseExact (string s, string[] formats, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static bool | TryParse (ReadOnlySpan< char > s, out TimeOnly result) |
|
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, out TimeOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, [NotNullWhen(true)] string?[]? formats, out TimeOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, [NotNullWhen(true)] string?[]? formats, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, out TimeOnly result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string? format, out TimeOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string? format, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string?[]? formats, out TimeOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string?[]? formats, IFormatProvider? provider, DateTimeStyles style, out TimeOnly result) |
|
static bool IComparisonOperators< TimeOnly, TimeOnly >. | operator< (TimeOnly left, TimeOnly right) |
|
static bool IComparisonOperators< TimeOnly, TimeOnly >. | operator<= (TimeOnly left, TimeOnly right) |
|
static bool IComparisonOperators< TimeOnly, TimeOnly >. | operator> (TimeOnly left, TimeOnly right) |
|
static bool IComparisonOperators< TimeOnly, TimeOnly >. | operator>= (TimeOnly left, TimeOnly right) |
|
static bool IEqualityOperators< TimeOnly, TimeOnly >. | operator== (TimeOnly left, TimeOnly right) |
|
static bool IEqualityOperators< TimeOnly, TimeOnly >. | operator!= (TimeOnly left, TimeOnly right) |
|
static TimeOnly IParseable< TimeOnly >. | Parse (string s, IFormatProvider provider) |
|
static bool IParseable< TimeOnly >. | TryParse ([NotNullWhen(true)] string s, IFormatProvider provider, out TimeOnly result) |
|
static TimeOnly ISpanParseable< TimeOnly >. | Parse (ReadOnlySpan< char > s, IFormatProvider provider) |
|
static bool ISpanParseable< TimeOnly >. | TryParse (ReadOnlySpan< char > s, IFormatProvider provider, out TimeOnly result) |
|
static TimeSpan ISubtractionOperators< TimeOnly, TimeOnly, TimeSpan >. | operator- (TimeOnly left, TimeOnly right) |
|
static bool | operator< (TSelf left, TOther right) |
|
static bool | operator<= (TSelf left, TOther right) |
|
static bool | operator> (TSelf left, TOther right) |
|
static bool | operator>= (TSelf left, TOther right) |
|
static bool | operator== (TSelf left, TOther right) |
|
static bool | operator!= (TSelf left, TOther right) |
|
static TSelf | Parse (ReadOnlySpan< char > s, IFormatProvider? provider) |
|
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) |
|
static TSelf | Parse (string s, IFormatProvider? provider) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) |
|
static TResult | operator- (TSelf left, TOther right) |
|
Definition at line 7 of file TimeOnly.cs.