RestorableJalali constructor

RestorableJalali(
  1. Jalali defaultValue
)

Creates a RestorableJalali.

If no restoration data is available to restore the value in this property from, the property will be initialized with the provided defaultValue.

Implementation

RestorableJalali(Jalali defaultValue) : _defaultValue = defaultValue;