ParametersValueToTimeUnit Method

Converts the parameter value to the time type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static TimeUnit ValueToTimeUnit(
	Object valueParameter
)

Parameters

valueParameter  Object
Value to convert.

Return Value

TimeUnit
TimeUnit with the value converted.

Exceptions

See Also