AWSAppender.CloudWatch.Model.MetricDatum.WithTimestamp C# (CSharp) Method

WithTimestamp() private method

private WithTimestamp ( System.DateTime value ) : MetricDatum
value System.DateTime
return MetricDatum
        public MetricDatum WithTimestamp(DateTime value)
        {
            _timestamp = value;
            return this;
        }

Same methods

MetricDatum::WithTimestamp ( DateTimeOffset value ) : MetricDatum