|  | MajorGivingPlanDialogSetPlanStartDate Method | 
            Set the 'Start date' of the plan.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SetPlanStartDate(
	string startDate
)
Public Shared Sub SetPlanStartDate ( 
	startDate As String
)
public:
static void SetPlanStartDate(
	String^ startDate
)
Parameters
- startDate
- Type: SystemString
 The date to set the 'Start date' to.
 See Also
See Also