Click or drag to resize

TimeExportParamOutAmount2 Property

Gets the Amount2 for a user

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int Amount2 { get; set; }

Property Value

Int32
Remarks
This value represents the total hours in seconds for time card entries, and total currency amount for pay adjustments.

TimeCard
When the Type is TimeCard (0) then you will get back a value such as 3600 seconds (1 hour).

PayAdjustment
When the Type is PayAdjustment (1) then you would get back a currency such 11.23 (stored internally as $11.23).
Example
3600 (seconds) or 11.23 ($11.23)
See Also