IProjectNextMilestoneDate Property |
Gets the date for the next milestone
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxDateTime NextMilestoneDate { get; }
ReadOnly Property NextMilestoneDate As DateTime
Get
Dim instance As IProject
Dim value As DateTime
value = instance.NextMilestoneDate
property DateTime NextMilestoneDate {
DateTime get ();
}
Property Value
Type:
DateTime
See Also