EndDate propriété
Gets or sets the end date and time of a schedule.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
Public Property EndDate As DateTime
Get
Set
'Utilisation
Dim instance As ScheduleDefinition
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
public DateTime EndDate { get; set; }
public:
property DateTime EndDate {
DateTime get ();
void set (DateTime value);
}
member EndDate : DateTime with get, set
function get EndDate () : DateTime
function set EndDate (value : DateTime)
Valeur de la propriété
Type : System. . :: . .DateTime
A DateTime value.
Voir aussi