<FONT color=#0000ff size=2><FONT color=#0000ff size=2>
<P>private</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT
color=#0000ff size=2>int</FONT></FONT><FONT size=2> monthcount(</FONT><FONT
color=#2b91af size=2><FONT color=#2b91af size=2>DateTime</FONT></FONT><FONT
size=2> from, </FONT><FONT color=#2b91af size=2><FONT color=#2b91af
size=2>DateTime</FONT></FONT><FONT size=2> to, </FONT><FONT color=#0000ff
size=2><FONT color=#0000ff size=2>int</FONT></FONT><FONT size=2>
monthtocount)</P>
<P>{</P>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff
size=2>int</FONT></FONT><FONT size=2> monthcnt = 0;</P>
<P></P>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff
size=2>while</FONT></FONT><FONT size=2> (from < to)</P>
<P>{</P>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff
size=2>if</FONT></FONT><FONT size=2> (from.Month == monthtocount)
monthcnt++;</P>
<P>from = from.AddMonths(1);</P>
<P>}</P>
<P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff
size=2>return</FONT></FONT><FONT size=2> monthcnt;</P>
<P>}</P></FONT>