Table of Contents

Constructor Duration

Namespace
Eon
Assembly
Eon.dll

Duration(TimeSpan)

Duration constructor

public Duration(TimeSpan timeSpan)

Parameters

timeSpan TimeSpan

Magnitude of the duration. Must be zero or a positive value

Exceptions

ArgumentException

Throws if timeSpan is less than 0