Click or drag to resize
LinkedInDateObjectToDateTime Method
Converts the object to the nullable DateTime. Returns null if object represents incorrect date.

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
public DateTime ToDateTime()

Return Value

Type: DateTime
DateTime object created from Year, Month and Day. If those values do not form a correct date, ZERO_TIME is returned.
See Also