Click or drag to resize

StiFunctionsDateDaysInMonth Method (Int64, Int64)

Returns the number of days in the specified month and year.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static long DaysInMonth(
	long year,
	long month
)

Parameters

year
Type: SystemInt64

[Missing <param name="year"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DaysInMonth(System.Int64,System.Int64)"]

month
Type: SystemInt64

[Missing <param name="month"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DaysInMonth(System.Int64,System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DaysInMonth(System.Int64,System.Int64)"]

See Also