dbicMonth Send comments on this topic.
Start Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiDayFormat Class : Start Property

Gets or sets the starting date of the formatted area.

Syntax

Visual Basic (Declaration) 
Public Property Start As Date
C# 
public DateTime Start {get; set;}

Remarks

This property value is of type DateTime, indicating the starting date for the formatted area.  The ending date is defined in the End property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also