Selerix Developer Tools
HolidayHours Property






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

Reference

PayHistoryEntry Class
PayHistoryEntry Members