Click or drag to resize
ItemMetaEndDate Property
/// Gets or sets an end 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> EndDate { get; set; }

Property Value

Type: NullableDateTime
See Also