| ValidationHelperGetTimeSpanSystem Method  | 
            Converts the given object to a decimal value
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntaxpublic static TimeSpan GetTimeSpanSystem(
	Object value,
	TimeSpan defaultValue
)
Parameters
- value
 - Type: SystemObject
Value to convert - defaultValue
 - Type: SystemTimeSpan
Default value 
Return Value
Type: 
TimeSpan
See Also