Selerix Developer Tools
PlanYearStartDate Property (Portfolio)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : PlanYearStartDate Property
Gets or sets the plan year start date.
Syntax
'Declaration
 
Public Overridable Property PlanYearStartDate As Nullable(Of Date)
'Usage
 
Dim instance As Portfolio
Dim value As Nullable(Of Date)
 
instance.PlanYearStartDate = value
 
value = instance.PlanYearStartDate
public virtual Nullable<DateTime> PlanYearStartDate {get; set;}
public read-write property PlanYearStartDate: Nullable; virtual; 
public function get,set PlanYearStartDate : Nullable
public: __property virtual Nullable<DateTime> get_PlanYearStartDate();
public: __property virtual void set_PlanYearStartDate( 
   Nullable<DateTime> value
);
public:
virtual property Nullable<DateTime> PlanYearStartDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

The plan year start date.
See Also

Reference

Portfolio Class
Portfolio Members