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.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> StartDate { get; set; }
Public Property StartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member StartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also