DurationType Enum

Definition

Specifies whether a Duration has a special value of Automatic or Forever, or has valid information in its TimeSpan component.

public enum class DurationType
public enum DurationType
[System.Security.SecurityCritical]
public enum DurationType
type DurationType = 
[<System.Security.SecurityCritical>]
type DurationType = 
Public Enum DurationType
Inheritance
DurationType
Attributes

Fields

Automatic 0

Has the "Automatic" special value.

Forever 2

Has the "Forever" special value.

TimeSpan 1

Has valid information in the TimeSpan component.

Remarks

This enumeration represents the .NET projection of the Windows Runtime (WinRT) DurationType enum. For more information, see DurationType in the UWP API reference.

Applies to