Gets the end date for this project
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxDateTime EndDate { get; set; }
Property EndDate As DateTime
Get
Set
Dim instance As IProject
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
property DateTime EndDate {
DateTime get ();
void set (DateTime value);
}
Property Value
Type:
DateTime
See Also