Version

GreaterThanOrEqual Method

Compares two instances of Month to determine if the first is greater than or equal to the second.
Syntax
'Declaration
 
Public Shared Function GreaterThanOrEqual( _
   ByVal m1 As Month, _
   ByVal m2 As Month _
) As Boolean
public static bool GreaterThanOrEqual( 
   Month m1,
   Month m2
)

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
Requirements

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

See Also