NewsWebModuleArticlePublishDate Property |
The date and time when the news article should appear to be published. [Required] [Default(Now)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime PublishDate { get; set; }
Public Property PublishDate As DateTime
Get
Set
public:
property DateTime^ PublishDate {
DateTime^ get ();
void set (DateTime^ value);
}
member PublishDate : DateTime with get, set
Property Value
Type:
DateTime
See Also