TryToDateOnly Method
TryToDateOnly(out DateOnly)
Converts the value of this HLocalDate to its DateOnly equivalent. A return value indicates whether the operation succeeded.
Declaration
public bool TryToDateOnly(out DateOnly dateOnly)
Parameters
DateOnly | dateOnly | When this method returns, contains the DateOnly equivalent to the value represented by this instance, if the conversion succeeded, or the default value if the conversion failed. |
Returns
bool |
|