TimeOnly.MaxValue Propiedad

Definición

Obtiene el valor más grande posible de TimeOnly.

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

Valor de propiedad

El valor más grande posible de TimeOnly, que es 23:59:59.999999999.

Se aplica a