TimeOnly.MaxValue Property

Definition

Gets the largest possible value of TimeOnly.

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

Property Value

The largest possible value of TimeOnly, which is 23:59:59.9999999.

Applies to