ValidationHelperGetDateTime Method (Object, DateTime, CultureInfo) |
Returns the DateTime representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static DateTime GetDateTime(
Object value,
DateTime defaultValue,
CultureInfo culture = null
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDateTime
Default value - culture (Optional)
- Type: System.GlobalizationCultureInfo
Culture to convert
Return Value
Type:
DateTimeSee Also