ValidationHelper LoadDateTimeSystem Method Kentico 8.1 API Reference
Attempts to load the given new value as a DateTime to the result (it uses en-us culture). Returns true if the conversion of the new value was successful, if not, returns false and keeps the value the same.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

value
Type: OnlineSystem DateTime 
Value to load
newValue
Type: OnlineSystem Object
New value

Return Value

Type: OnlineBoolean
See Also