Click or drag to resize

StiFunctionsDateDateDiff Method (NullableDateTime, NullableDateTime)

Returns a number of time intervals between two specified dates.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Nullable<TimeSpan> DateDiff(
	Nullable<DateTime> date1,
	Nullable<DateTime> date2
)

Parameters

date1
Type: SystemNullableDateTime

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

date2
Type: SystemNullableDateTime

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

Return Value

Type: NullableTimeSpan

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

See Also