Click or drag to resize

AppSettingsHelperReadTimeSpanSeconds Method

[Missing <summary> documentation for "M:Casewhere.Common.AppSettingsHelper.ReadTimeSpanSeconds(System.String,System.TimeSpan)"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static TimeSpan ReadTimeSpanSeconds(
	string key,
	TimeSpan defaultValue = default
)

Parameters

key  String
 
defaultValue  TimeSpan  (Optional)
 

Return Value

TimeSpan

[Missing <returns> documentation for "M:Casewhere.Common.AppSettingsHelper.ReadTimeSpanSeconds(System.String,System.TimeSpan)"]

See Also