DateOnly.LessThanOrEqual(DateOnly, DateOnly) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool operator <=(DateOnly left, DateOnly right);
C#
public static bool operator <=(DateOnly left, DateOnly right);
static member ( <= ) : DateOnly * DateOnly -> bool
Public Shared Operator <= (left As DateOnly, right As DateOnly) As Boolean
- left
- DateOnly
The first object to compare.
- right
- DateOnly
The second object to compare.
true
if left is the same as or earlier than right; otherwise, false
.
Produit | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage (pull requests). Pour plus d’informations, consultez notre guide du contributeur.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: