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