Microsoft.Azure.Commands.Insights.Alerts.GetAzureRmAlertHistoryCommand.GetDefaultQueryTimeRange C# (CSharp) Method

GetDefaultQueryTimeRange() protected method

Gets the default query time range
protected GetDefaultQueryTimeRange ( ) : System.TimeSpan
return System.TimeSpan
        protected override TimeSpan GetDefaultQueryTimeRange()
        {
            return DefaultQueryTimeRange;
        }