PropertiesParserGetTimeSpanProperty Method

Quartz.NET 3.0 API Documentation
Gets the TimeSpan property.

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

C#
public virtual TimeSpan GetTimeSpanProperty(
	string name,
	TimeSpan def
)

Parameters

name
Type: SystemString
The name.
def
Type: SystemTimeSpan
The def.

Return Value

Type: TimeSpan

[Missing <returns> documentation for "M:Quartz.Util.PropertiesParser.GetTimeSpanProperty(System.String,System.TimeSpan)"]

See Also

Reference