Click or drag to resize
LinkedInPostInfoLinkedInPostScheduledPublishDateTime Property
Gets or sets the date and time when the LinkedIn post (company share) is schleduled for publishing on LinkedIn account (company profile). If not set or in the past, the post gets published immediately.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public virtual Nullable<DateTime> LinkedInPostScheduledPublishDateTime { get; set; }

Property Value

Type: NullableDateTime
See Also