Gets or sets the maximum number of characters that are displayed from a blog-roll retrieved post.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Timezone{ get; set;}
Public Property Timezone As Double
public:
property double Timezone {
	double get ();
	void set (double value);
}

Field Value

The maximum number of characters to display.

See Also