| ValidationHelperGetDateTime Method (Object, DateTime, String) | 
            Returns the DateTime representation of an object or default value if not.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DateTime GetDateTime(
	Object value,
	DateTime defaultValue,
	string culture
)
Parameters
- value
- Type: SystemObject
 Value to convert
- defaultValue
- Type: SystemDateTime
 Default value
- culture
- Type: SystemString
 Culture to use for processing of the string
Return Value
Type: 
DateTime See Also
See Also