TGregorianDate

Represents a date on the Gregorian calendar

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TValueBase class for an immutable object that stores a value of a certain TType.
5TGregorianDate

Source

DateTime.Calendar.Gregorian.Date.pas (49)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTYearFYear
InstanceprotectedTGregorianMonthFMonth
InstanceprotectedTDayOfMonthFDay

Methods

ScopeVisibilityResultNameDescription
InstanceprotectedTBooleanEqualsDate(Date: TGregorianDate)
InstancepublicCreate(Year: TYear; Month: TGregorianMonth; Day: TDayOfMonth)
InstancepublicCreate(Year: TYear; Month: TGregorianMonthIndex; Day: TDayOfMonth)
InstancepublicTGregorianDateCopy()
InstancepublicTBooleanEquals(Object_: TBaseObject)
InstancepublicTSignCompareTo(Date: TGregorianDate)
InstancepublicTTextToText()