Click or drag to resize
ItemMetaStartDate Property
Gets or sets a start date used to calculate if the item is "live" based on the time of request. The date is stored in the timezone specified for the workspace.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<DateTime> StartDate { get; set; }

Property Value

Type: NullableDateTime
See Also