Selerix Developer Tools
FromDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayHistoryEntry Class : FromDate Property
Pay period Start Date
Syntax
'Declaration
 
Public Property FromDate As Nullable(Of Date)
'Usage
 
Dim instance As PayHistoryEntry
Dim value As Nullable(Of Date)
 
instance.FromDate = value
 
value = instance.FromDate
public Nullable<DateTime> FromDate {get; set;}
public read-write property FromDate: Nullable; 
public function get,set FromDate : Nullable
public: __property Nullable<DateTime> get_FromDate();
public: __property void set_FromDate( 
   Nullable<DateTime> value
);
public:
property Nullable<DateTime> FromDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
See Also

Reference

PayHistoryEntry Class
PayHistoryEntry Members