DurationHelper.Forever Property

Definition

Returns a generated Duration value that indicates a "Forever" Duration. C# and Microsoft Visual Basic code should use Duration.Forever instead.

static Duration Forever();
public static Duration Forever { get; }
var duration = DurationHelper.forever;
Public Shared ReadOnly Property Forever As Duration

Property Value

A Duration value that indicates a "Forever" Duration.

Applies to