Click or drag to resize
LinkedInDateObject Class
Represents date according to LinkedIn API.
Inheritance Hierarchy
SystemObject
  CMS.ExternalAuthentication.LinkedInLinkedInDateObject

Namespace: CMS.ExternalAuthentication.LinkedIn
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class LinkedInDateObject

The LinkedInDateObject type exposes the following members.

Constructors
  NameDescription
Public methodLinkedInDateObject
Top
Properties
  NameDescription
Public propertyDay
Day represented in integer. Valid range from 1 to 31 depending on month.
Public propertyMonth
Month represented in integer. Valid range from 1 to 12.
Public propertyYear
Year represented in integer.
Top
Methods
  NameDescription
Public methodToDateTime
Converts the object to the nullable DateTime. Returns null if object represents incorrect date.
Top
See Also