LinkedInDateObject Class |
Namespace: CMS.ExternalAuthentication.LinkedIn
[SerializableAttribute] public class LinkedInDateObject
The LinkedInDateObject type exposes the following members.
Name | Description | |
---|---|---|
LinkedInDateObject |
Name | Description | |
---|---|---|
Day |
Day represented in integer. Valid range from 1 to 31 depending on month.
| |
Month |
Month represented in integer. Valid range from 1 to 12.
| |
Year |
Year represented in integer.
|
Name | Description | |
---|---|---|
ToDateTime |
Converts the object to the nullable DateTime. Returns null if object represents incorrect date.
|