Job.PSBeginTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Time job was started.
public: property Nullable<DateTime> PSBeginTime { public:
Nullable<DateTime> get(); protected:
void set(Nullable<DateTime> value); };
public DateTime? PSBeginTime { get; protected set; }
member this.PSBeginTime : Nullable<DateTime> with get, set
Public Property PSBeginTime As Nullable(Of DateTime)