Amazon.AWSSupport.Model.TrustedAdvisorCheckRefreshStatus.IsSetMillisUntilNextRefreshable C# (CSharp) Method

IsSetMillisUntilNextRefreshable() private method

private IsSetMillisUntilNextRefreshable ( ) : bool
return bool
        internal bool IsSetMillisUntilNextRefreshable()
        {
            return this.millisUntilNextRefreshable.HasValue;
        }
    }