PagePorter Class Library

FpScheduledInclude.EndDate Property

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

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

Property Value

The date and time that defines the scheduled ending 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