SuspendTimeoutFromSeconds Method |
Converts an amount of seconds to the right SuspendTimeout value, if
available.
Namespace:
Com.Datalogic.Device.Power
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static SuspendTimeout FromSeconds(
int seconds
)
Public Shared Function FromSeconds (
seconds As Integer
) As SuspendTimeout
Parameters
- seconds
- Type: SystemInt32
- int the amount of seconds
Return Value
Type:
SuspendTimeoutSuspendTimeout the corresponding or the most close SuspendTimeout value. If no
corresponding value is found, NEVER will be chosen.
Remarks See Also