| ValidationHelperGetTimeSpanSystem Method | 
            Returns the TimeSpan representation of an object (using English representation of date and time) or default value if not.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
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
See Also