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