Job.PSEndTime 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 stopped.
public: property Nullable<DateTime> PSEndTime { public:
Nullable<DateTime> get(); protected:
void set(Nullable<DateTime> value); };
public DateTime? PSEndTime { get; protected set; }
member this.PSEndTime : Nullable<DateTime> with get, set
Public Property PSEndTime As Nullable(Of DateTime)