DifferentialPayHours Property |
Array of Differential hours
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public DifferentialHours[] Hours { get; set; }
Public Property Hours As DifferentialHours()
Get
Set
public:
property array<DifferentialHours^>^ Hours {
array<DifferentialHours^>^ get ();
void set (array<DifferentialHours^>^ value);
}
member Hours : DifferentialHours[] with get, set
Property Value
Type:
DifferentialHoursSee Also