Selerix Developer Tools
EffectiveDate Property (WorkHistoryEntry)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WorkHistoryEntry Class : EffectiveDate Property
EffectiveDate
Syntax
'Declaration
 
Public Property EffectiveDate As Nullable(Of Date)
'Usage
 
Dim instance As WorkHistoryEntry
Dim value As Nullable(Of Date)
 
instance.EffectiveDate = value
 
value = instance.EffectiveDate
public Nullable<DateTime> EffectiveDate {get; set;}
public read-write property EffectiveDate: Nullable; 
public function get,set EffectiveDate : Nullable
public: __property Nullable<DateTime> get_EffectiveDate();
public: __property void set_EffectiveDate( 
   Nullable<DateTime> value
);
public:
property Nullable<DateTime> EffectiveDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
See Also

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members