ProjectManagementOptionsEndDate Property |
The end date of the Gantt Chart View to be included into the output.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic DateTime EndDate { get; set; }
Public Property EndDate As DateTime
Get
Set
public:
property DateTime EndDate {
DateTime get ();
void set (DateTime value);
}
member EndDate : DateTime with get, set
Property Value
Type:
DateTime
See Also