Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The date and time that the job started.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property StartDateTime As DateTime
Get
Set
'Usage
Dim instance As Job
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)
Property Value
Type: System.DateTime
A read-only DateTime object.