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