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