LinkedInDateObjectToDateTime Method |
Converts the object to the nullable DateTime. Returns null if object represents incorrect date.
Namespace: CMS.ExternalAuthentication.LinkedInAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax public DateTime ToDateTime()
Return Value
Type:
DateTimeDateTime object created from
Year,
Month and
Day. If those values do not form a correct date,
ZERO_TIME is returned.
See Also