XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / ServiceStartTime Property



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

    This property corresponds to the XDSDocumentEntry.serviceStartTime 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