|
static DateOnly | FromDayNumber (int dayNumber) |
|
static bool | operator== (DateOnly left, DateOnly right) |
|
static bool | operator!= (DateOnly left, DateOnly right) |
|
static bool | operator> (DateOnly left, DateOnly right) |
|
static bool | operator>= (DateOnly left, DateOnly right) |
|
static bool | operator< (DateOnly left, DateOnly right) |
|
static bool | operator<= (DateOnly left, DateOnly right) |
|
static DateOnly | FromDateTime (DateTime dateTime) |
|
static DateOnly | Parse (ReadOnlySpan< char > s, IFormatProvider? provider=null, DateTimeStyles style=DateTimeStyles.None) |
|
static DateOnly | ParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, IFormatProvider? provider=null, DateTimeStyles style=DateTimeStyles.None) |
|
static DateOnly | ParseExact (ReadOnlySpan< char > s, string[] formats) |
|
static DateOnly | ParseExact (ReadOnlySpan< char > s, string[] formats, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static DateOnly | Parse (string s) |
|
static DateOnly | Parse (string s, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static DateOnly | ParseExact (string s, string format) |
|
static DateOnly | ParseExact (string s, string format, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static DateOnly | ParseExact (string s, string[] formats) |
|
static DateOnly | ParseExact (string s, string[] formats, IFormatProvider? provider, DateTimeStyles style=DateTimeStyles.None) |
|
static bool | TryParse (ReadOnlySpan< char > s, out DateOnly result) |
|
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, out DateOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, ReadOnlySpan< char > format, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, [NotNullWhen(true)] string?[]? formats, out DateOnly result) |
|
static bool | TryParseExact (ReadOnlySpan< char > s, [NotNullWhen(true)] string?[]? formats, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, out DateOnly result) |
|
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string? format, out DateOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string? format, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string?[]? formats, out DateOnly result) |
|
static bool | TryParseExact ([NotNullWhen(true)] string? s, [NotNullWhen(true)] string?[]? formats, IFormatProvider? provider, DateTimeStyles style, out DateOnly result) |
|
static bool IComparisonOperators< DateOnly, DateOnly >. | operator< (DateOnly left, DateOnly right) |
|
static bool IComparisonOperators< DateOnly, DateOnly >. | operator<= (DateOnly left, DateOnly right) |
|
static bool IComparisonOperators< DateOnly, DateOnly >. | operator> (DateOnly left, DateOnly right) |
|
static bool IComparisonOperators< DateOnly, DateOnly >. | operator>= (DateOnly left, DateOnly right) |
|
static bool IEqualityOperators< DateOnly, DateOnly >. | operator== (DateOnly left, DateOnly right) |
|
static bool IEqualityOperators< DateOnly, DateOnly >. | operator!= (DateOnly left, DateOnly right) |
|
static DateOnly IParseable< DateOnly >. | Parse (string s, IFormatProvider provider) |
|
static bool IParseable< DateOnly >. | TryParse ([NotNullWhen(true)] string s, IFormatProvider provider, out DateOnly result) |
|
static DateOnly ISpanParseable< DateOnly >. | Parse (ReadOnlySpan< char > s, IFormatProvider provider) |
|
static bool ISpanParseable< DateOnly >. | TryParse (ReadOnlySpan< char > s, IFormatProvider provider, out DateOnly result) |
|
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) |
|
Definition at line 7 of file DateOnly.cs.