You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Blog Class > Blog Properties > DateToStart
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Blog.DateToStart Property

The date of the last blog posts you want to appear. For example, if you want to display blog posts for January 1, 2007 and before, you enter 1/1/2007.

C#
[Bindable(true)]
[Category("Ektron")]
[Description("The Date from which to get posts.")]
public DateTime DateToStart;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<Description("The Date from which to get posts.")>
Public Property DateToStart() As DateTime
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!