[Missing <summary> documentation for "P:TinCan.StatementsQuery.until"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public DateTime until { get; set; }
Visual Basic
Public Property until As DateTime
	Get
	Set
Visual C++
public:
property DateTime until {
	DateTime get ();
	void set (DateTime value);
}
F#
member until : DateTime with get, set

Property Value

Type: DateTime

See Also