DaysToMonth()

DaysToMonth()

Total number of days from first of Jan to beginning of nMonth.

Syntax

       DaysToMonth( <nMonth>, <lLeapYear> ) -> nDaysToMonth

Arguments

<nMonth> Number of month

<lLeapYear> Is year is leapyear

Description

lLeap is FALSE for a non-leap year but TRUE if it is. If so and nMonth is greater than 2, ndays is incremented

Compliance

DaysToMonth() is a new function in Harbour’s CT3 library.

Platforms

All

Files

Source is dattime2.prg, library is libct.

Seealso

DaysInMonth()

2 responses to “DaysToMonth()

  1. Pingback: Harbour Date & Time Functions | Viva Clipper !

  2. Pingback: Harbour All Functions – D | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.