Amazon.ElasticMapReduce.Model.InstanceTimeline.IsSetEndDateTime C# (CSharp) 메소드

IsSetEndDateTime() 개인적인 메소드

private IsSetEndDateTime ( ) : bool
리턴 bool
        internal bool IsSetEndDateTime()
        {
            return this.endDateTime.HasValue;
        }
    }