Compares two instances of
Month to determine if the first is greater than or equal to the second.
'Declaration
Public Shared Function GreaterThanOrEqual( _
ByVal As Month, _
ByVal As Month _
) As Boolean
public static bool GreaterThanOrEqual(
Month ,
Month
)
Parameters
- m1
- A Month object
- m2
- A Month object
Return Value
true if the first instance is greater than or equal to the second instance, otherwise false
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2