Selerix Developer Tools
Overtime Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : Overtime Property
Gets or sets the overtime.
Syntax
'Declaration
 
Public Overridable Property Overtime As Nullable(Of Decimal)
'Usage
 
Dim instance As Employment
Dim value As Nullable(Of Decimal)
 
instance.Overtime = value
 
value = instance.Overtime
public virtual Nullable<decimal> Overtime {get; set;}
public read-write property Overtime: Nullable; virtual; 
public function get,set Overtime : Nullable
public: __property virtual Nullable<decimal> get_Overtime();
public: __property virtual void set_Overtime( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> Overtime {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The overtime.
See Also

Reference

Employment Class
Employment Members