StartDateTime 属性

Gets or sets the start date and time of a schedule.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
Public Property StartDateTime As DateTime
    Get
    Set
用法
Dim instance As ScheduleDefinition
Dim value As DateTime

value = instance.StartDateTime

instance.StartDateTime = value
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
    DateTime get ();
    void set (DateTime value);
}
member StartDateTime : DateTime with get, set
function get StartDateTime () : DateTime
function set StartDateTime (value : DateTime)

属性值

类型:System. . :: . .DateTime
A System..::..DateTime value that contains the start date and time of the schedule.