Click or drag to resize
BroccoliSharp BroTime  Conversion (Double to BroTime)
Implicitly converts Double value to a BroTime.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static implicit operator BroTime (
	double value
)

Parameters

value
Type: SystemDouble
A Double value.

Return Value

Type: BroTime
A BroTime object.
See Also