PagePorter Class Library

FpScheduledInclude.BeginDate Property

Gets or sets the date and time that defines the scheduled starting time.

[Visual Basic]
Public Property BeginDate As Date
[C#]
public System.DateTime BeginDate {get; set;}

Property Value

The date and time that defines the scheduled starting time, expressed in universal time.

Remarks

This property uses universal time instead of local time, because it is designed to run on a server that may not be located in the same time zone as the developer's computer. Likewise, the time zone of the client's browser cannot be known, so the control standardizes on the use of universal time.

See Also

FpScheduledInclude Class | Parastream.Web.UI.WebControls Namespace