ValueTypeWhen converting between an AmqpTimestamp and a System.DateTime, be aware of the effect of your local timezone. In particular, different versions of the .NET framework assume different defaults.
We have chosen a signed 64-bit time_t here, since the AMQP specification through versions 0-9 is silent on whether timestamps are signed or unsigned.
| Flags | Type | Name | Summary |
|---|---|---|---|
| public |
long
|
UnixTime
(r)
|
Retrieve the time_t from this structure. |
| Flags | Name | Summary |
|---|---|---|
| public |
AmqpTimestamp(long unixTime)
|
Construct an AmqpTimestamp holding the given time_t value. |
| Flags | Name | Summary |
|---|---|---|
| public virtual |
string ToString()
|
Provides a debugger-friendly display. |
public
AmqpTimestamp(long unixTime)
| Parameters |
|
|---|
public virtual
string ToString()
| Flags | public virtual |
|---|---|
| Return type |
string
|