Redmine Client Library
EstimatedTime Property
NamespacesNohal.RedmineIssueEstimatedTime
Redmine Client Library

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

Gets or sets Estimated time for completing the issue
Declaration Syntax
C#Visual BasicVisual C++
public double EstimatedTime { get; set; }
Public Property EstimatedTime As Double
public:
property double EstimatedTime {
	double get ();
	void set (double value);
}

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