| StartOfMonthLessThan Operator | 
            Determines whether one specified StartOfMonth is earlier than
            another specified StartOfMonth.
            
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
 Syntax
Syntaxpublic static bool operator <(
	StartOfMonth lhs,
	StartOfMonth rhs
)
Public Shared Operator < ( 
	lhs As StartOfMonth,
	rhs As StartOfMonth
) As Boolean
Parameters
- lhs  StartOfMonth
- The first StartOfMonth to compare.
- rhs  StartOfMonth
- The second StartOfMonth to compare.
Return Value
Booleantrue if 
lhs is earlier than
            
rhs; 
false otherwise.
 See Also
See Also