Amazon.S3.Model.S3Object.IsSetLastModified C# (CSharp) Method

IsSetLastModified() private method

private IsSetLastModified ( ) : bool
return bool
        internal bool IsSetLastModified()
        {
            return this.lastModified.HasValue;
        }