Click or drag to resize
ValidationHelperGetDate Method (Object, DateTime, CultureInfo)
Returns the DateTime representation of an object or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static DateTime GetDate(
	Object value,
	DateTime defaultValue,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemDateTime
Default value
culture
Type: System.GlobalizationCultureInfo
Culture to use

Return Value

Type: DateTime
See Also