Selerix Developer Tools
RegularHours Property






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

Reference

PayHistoryEntry Class
PayHistoryEntry Members