ObjectUtilsGetTimeSpanValueForProperty Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Util.ObjectUtils.GetTimeSpanValueForProperty(System.Reflection.PropertyInfo,System.Object)"]

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static TimeSpan GetTimeSpanValueForProperty(
	PropertyInfo pi,
	Object value
)

Parameters

pi
Type: System.ReflectionPropertyInfo

[Missing <param name="pi"/> documentation for "M:Quartz.Util.ObjectUtils.GetTimeSpanValueForProperty(System.Reflection.PropertyInfo,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Quartz.Util.ObjectUtils.GetTimeSpanValueForProperty(System.Reflection.PropertyInfo,System.Object)"]

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:Quartz.Util.ObjectUtils.GetTimeSpanValueForProperty(System.Reflection.PropertyInfo,System.Object)"]

See Also

Reference