Click or drag to resize
LinkedInPostInfo.LinkedInPostScheduledPublishDateTime 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: 11.0.0
Syntax
C#
public virtual Nullable<DateTime> LinkedInPostScheduledPublishDateTime { get; set; }

Property Value

Type: Nullable<DateTime>
See Also