Redmine Client Library
DueDate Property
NamespacesNohal.RedmineIssueDueDate
Redmine Client Library

[This is preliminary documentation and is subject to change.]

Gets or sets Due date of the issue
Declaration Syntax
C#Visual BasicVisual C++
public DateTime DueDate { get; set; }
Public Property DueDate As DateTime
public:
property DateTime DueDate {
	DateTime get ();
	void set (DateTime value);
}

Assembly: Nohal.Redmine (Module: Nohal.Redmine) Version: 0.3.3442.16736 (0.3.0.0)