DurationHelper.Automatic 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 an "Automatic" Duration. C# and Microsoft Visual Basic code should use Duration.Automatic instead.
static Duration Automatic();
public static Duration Automatic { get; }
var duration = DurationHelper.automatic;
Public Shared ReadOnly Property Automatic As Duration
Property Value
A Duration value that indicates an "Automatic" Duration.