Returns a duration that represents the specified number of hours.
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.0
Syntax public static Duration FromHours(
long hours
)
Public Shared Function FromHours (
hours As Long
) As Duration
public:
static Duration^ FromHours(
long long hours
)
Parameters
- hours
- Type: SystemInt64
Return Value
Type:
DurationSee Also