Selerix Developer Tools
ToDate Property






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

Reference

PayHistoryEntry Class
PayHistoryEntry Members