Compartilhar via


Construtor T> com<carimbo de data/hora

Constrói um valor de carimbo de data/hora.

Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)

Sintaxe

'Declaration
Public Sub New ( _
    value As T, _
    timestamp As DateTimeOffset _
)
'Usage
Dim value As T
Dim timestamp As DateTimeOffset

Dim instance As New Timestamped(value, timestamp)
public Timestamped(
    T value,
    DateTimeOffset timestamp
)
public:
Timestamped(
    T value, 
    DateTimeOffset timestamp
)
new : 
        value:'T * 
        timestamp:DateTimeOffset -> Timestamped
public function Timestamped(
    value : T, 
    timestamp : DateTimeOffset
)

Parâmetros

  • value
    Tipo: T
    O valor.

Consulte Também

Referência

Estrutura T> com carimbo de<data/hora

System.Reactive Namespace