Click or drag to resize

StiFunctionsDateDaysInMonth Method (NullableDateTime)

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(
	Nullable<DateTime> date
)

Parameters

date
Type: SystemNullableDateTime

[Missing <param name="date"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DaysInMonth(System.Nullable{System.DateTime})"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsDate.DaysInMonth(System.Nullable{System.DateTime})"]

See Also