Registration Component
Fnd_Reg_GetDemoDaysRemaining
Fnd_Reg_GetDemoDaysRemaining ({feature code}) -> Number
Parameters
| Parameter | Type | Description |
|---|---|---|
| feature code | Text | A registration feature code or “” (optional) |
| Function result | Number | The number of demo days remaining |
Description
This function returns the number of days left in the demo. This value is calculated using the number of demo days for the feature and the date the demo period was started by a call to Fnd_Reg_StartDemoPeriod.
$daysLeft_i:=Fnd_Reg_GetDemoDaysRemaining
Extracted source text
Fnd_Reg_GetDemoDaysRemaining ({feature code}) ➔ Number
Parameter Type Description
feature code Text A registration feature code or “” (optional)
Function result Number The number of demo days remaining
This function returns the number of days left in the demo. This value is calculated using the
number of demo days for the feature and the date the demo period was started by a call to
Fnd_Reg_StartDemoPeriod.
$daysLeft_i:=Fnd_Reg_GetDemoDaysRemaining