Click or drag to resize

StiFunctionsDateDateSerial Method (Int64, Int64, Int64)

Returns the DateTime value for the specified year, month, and day.

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

Parameters

year
Type: SystemInt64
The year (1 through 9999).
month
Type: SystemInt64
The month (1 through 12).
day
Type: SystemInt64
The day (1 through the number of days in month).

Return Value

Type: DateTime
DateTime value.
See Also