Selerix Developer Tools
PTOHours Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayHistoryEntry Class : PTOHours Property
PTO Hours used
Syntax
'Declaration
 
Public Property PTOHours As Nullable(Of Decimal)
'Usage
 
Dim instance As PayHistoryEntry
Dim value As Nullable(Of Decimal)
 
instance.PTOHours = value
 
value = instance.PTOHours
public Nullable<decimal> PTOHours {get; set;}
public read-write property PTOHours: Nullable; 
public function get,set PTOHours : Nullable
public: __property Nullable<decimal> get_PTOHours();
public: __property void set_PTOHours( 
   Nullable<decimal> value
);
public:
property Nullable<decimal> PTOHours {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}
See Also

Reference

PayHistoryEntry Class
PayHistoryEntry Members