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