| TimeExportParamOutAmount Property |  | 
                Gets or sets Amount for a user
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic double Amount { get; set; }function get_Amount();
function set_Amount(value);
Property Value
Double Remarks
Remarks
                This value represents total currency amount for pay adjustments and total hours for time card entries.  
TimeCard
                When the 
Type is TimeCard (0) then you will get back a value such as 7.5 for a total of seven and half hours. 
PayAdjustment
                When the 
Type is PayAdjustment (1) then you would get back a currency such 11.23 (stored internally as $11.23).
                
            
 Example
Example
            7.5 (hrs) or 11.23 ($11.23)
            
 See Also
See Also