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