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