DurationHelper.Forever Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.