ExportAFXml.StartTime Property
- Last UpdatedDec 15, 2025
- 2 minute read
Earliest starting time for AF Objects that may be a part of the export
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 1, Mandatory = false, ValueFromPipeline = false, HelpMessage = "Earliest starting time for AFObjects that may be part of the export")] [ValidateNotNullOrEmptyAttribute] public DateTime StartTime { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, ValueFromPipeline := false, HelpMessage := "Earliest starting time for AFObjects that may be part of the export")> <ValidateNotNullOrEmptyAttribute> Public Property StartTime As DateTime Get Set Dim instance As ExportAFXml Dim value As DateTime value = instance.StartTime instance.StartTime = value
public: [ParameterAttribute(Position = 1, Mandatory = false, ValueFromPipeline = false, HelpMessage = L"Earliest starting time for AFObjects that may be part of the export")] [ValidateNotNullOrEmptyAttribute] property DateTime StartTime { DateTime get (); void set (DateTime value); }
[<ParameterAttribute(Position = 1, Mandatory = false, ValueFromPipeline = false, HelpMessage = "Earliest starting time for AFObjects that may be part of the export")>] [<ValidateNotNullOrEmptyAttribute>] member StartTime : DateTime with get, set