Skip to content

Timestamped(T, DateTimeOffset) constructor

Defined in

Type: Timestamped Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public Timestamped(T value, DateTimeOffset timestamp)

Summary: Constructs a timestamped value.

Parameters

NameTypeDescription
valueTThe value to be annotated with a timestamp.
timestampDateTimeOffsetTimestamp associated with the value.