| ValidationHelperGetDateSystem Method | 
            Returns the DateTime 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 DateTime GetDateSystem(
	Object value,
	DateTime defaultValue
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemDateTime
 Default value
Return Value
Type: 
DateTime See Also
See Also