Click or drag to resize
TimeIntervalMonth Method
Convenience method for returning a time interval covering a complete calendar month. The start date is expressed in local time.

Namespace:  Apptus.ESales.Connector.Time
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public static TimeInterval Month(
	int year,
	Month month
)

Parameters

year
Type: SystemInt32
month
Type: Apptus.ESales.Connector.TimeMonth

Return Value

Type: TimeInterval
See Also