Package com.adapty.models
Class AdaptyProfile.Date
-
- All Implemented Interfaces:
public final class AdaptyProfile.DateThe numbers are as in real life. For example,
Date(year = 1970, month = 1, date = 3)represents January 3, 1970.
-
-
Constructor Summary
Constructors Constructor Description AdaptyProfile.Date(Integer year, Integer month, Integer date)
-