Constructs a StartOfMonth specifying a definition of
"months" that begin on the specified day of the month.
Namespace: DegreeDays.TimeAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public StartOfMonth(
int dayOfMonth
)
Public Sub New (
dayOfMonth As Integer
)
Parameters
- dayOfMonth Int32
- A number between 1 and 28 (inclusive) indicating which
day should be taken as the start of the "month". Pass 1 to specify
regular calendar months.
Exceptions See Also