Duration Struct
Duration Struct
Represents a time interval with a resolution of 100 nanoseconds (tick).
type Duration int32
Fields
| Field | Description |
|---|---|
| value | Internal representation of the time interval in ticks.1 tick = 100 nanoseconds. |
Represents a time interval with a resolution of 100 nanoseconds (tick).
type Duration int32
| Field | Description |
|---|---|
| value | Internal representation of the time interval in ticks.1 tick = 100 nanoseconds. |