public static bool IsEqualDownToMonth( this DateOnly dt, DateOnly other )
Dim dt As DateOnly Dim other As DateOnly Dim returnValue As Boolean returnValue = dt.IsEqualDownToMonth(other)
public: [ExtensionAttribute] static bool IsEqualDownToMonth( DateOnly dt, DateOnly other )
No code example is currently available or this language may not be supported.
In This Article