XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / ServiceStopTime Property



ServiceStopTime Property
Represents the stop time the service being documented took place
Syntax
Public Property ServiceStopTime As Nullable(Of Date)
Dim instance As XdsDocument
Dim value As Nullable(Of Date)
 
instance.ServiceStopTime = value
 
value = instance.ServiceStopTime
public Nullable<DateTime> ServiceStopTime {get; set;}
public:
property Nullable<DateTime> ServiceStopTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}
Remarks

This property corresponds to the XDSDocumentEntry.serviceStopTime Slot

Like all date/time fields in XDS, this is required to be specified in Universal time (GMT)

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also