Class AdaptyProfile.Date

  • All Implemented Interfaces:

    
    public final class AdaptyProfile.Date
    
                        

    The numbers are as in real life. For example, Date(year = 1970, month = 1, date = 3) represents January 3, 1970.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdaptyProfile.Date

        AdaptyProfile.Date(Integer year, Integer month, Integer date)
        Parameters:
        year - Corresponds to its ordinal number in a regular calendar.
        month - Corresponds to its ordinal number in a regular calendar, i.e.
        date - Corresponds to its ordinal number in a regular calendar, i.e.