TimeOnly.MinValue Property

Definition

Represents the smallest possible value of TimeOnly.

public:
 static property TimeOnly MinValue { TimeOnly get(); };
public static TimeOnly MinValue { get; }
static member MinValue : TimeOnly
Public Shared ReadOnly Property MinValue As TimeOnly

Property Value

TimeOnly

A TimeOnly that represents its smallest possible value.

Applies to