JobListParameters.StartTime Property
Optional. For the start time filter the value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string StartTime { get; set; }
public:
property String^ StartTime {
String^ get();
void set(String^ value);
}
member StartTime : string with get, set
Public Property StartTime As String
Property Value
Type: System.String
See Also
JobListParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top