Click or drag to resize
ExpressionParserIAddSignaturesF Method (NullableDateTime, NullableTimeSpan)

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IAddSignatures.F(System.Nullable{System.DateTime},System.Nullable{System.TimeSpan})"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
void F(
	Nullable<DateTime> x,
	Nullable<TimeSpan> y
)

Parameters

x
Type: SystemNullableDateTime
y
Type: SystemNullableTimeSpan
See Also