Amazon.ECS.Model.Tagging.IsSetTime C# (CSharp) Method

IsSetTime() public method

Checks if Time property is set
public IsSetTime ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetTime()
        {
            return  this.timeField != null;
        }