Share via


AssetTableInterval_Calendar Class [AX 2012]

Syntax

class AssetTableInterval_Calendar extends AssetTableInterval

Run On

Called

Methods

  Method Description
Gg781545.pubmethod(en-us,AX.60).gif assetDepreciationTime (Overrides the assetDepreciationTime Method.)
Gg781545.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif closingPeriodDate (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif dateToMonth (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif dateToPeriod Calculates the number of periods for the specified date. (Overrides the dateToPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif dayOfPeriod Calculates the number of the day of the month for a specified asset transaction date. (Overrides the dayOfPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif depInterval2Days (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif endingPeriodDate (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif endPeriod (Overrides the endPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif findCurrentQuarter Finds the number of the quarter in the year for a specified date. (Overrides the findCurrentQuarter Method.)
Gg781545.pubmethod(en-us,AX.60).gif findFirstDayOfMonth Finds the first day of the month to which a specified date belongs. (Overrides the findFirstDayOfMonth Method.)
Gg781545.pubmethod(en-us,AX.60).gif findFirstDayOfPeriod Finds the first day of the period to which a specified date belongs. (Overrides the findFirstDayOfPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif findFirstDayOfQuarter Finds the first day of the quarter to which a specified date belongs. (Overrides the findFirstDayOfQuarter Method.)
Gg781545.pubmethod(en-us,AX.60).gif findFirstDayOfYear Finds the first date of a fiscal year for a specified date. (Overrides the findFirstDayOfYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif findLastDayOfMonth Finds the last day of the month to which a specified date belongs. (Overrides the findLastDayOfMonth Method.)
Gg781545.pubmethod(en-us,AX.60).gif findLastDayOfPeriod Finds the last day of the period to which a specified date belongs. (Overrides the findLastDayOfPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif findLastDayOfQuarter Finds the last day of the quarter to which a specified date belongs. (Overrides the findLastDayOfQuarter Method.)
Gg781545.pubmethod(en-us,AX.60).gif findLastDayOfYear Finds the last date of a fiscal year for a specified date. (Overrides the findLastDayOfYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif findMiddleOfMonth (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif findMiddleOfPeriod Finds the middle day of the period to which a specified date belongs. (Overrides the findMiddleOfPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif findMiddleOfYear Finds the middle day of the year to which a specified date belongs. (Overrides the findMiddleOfYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif hasYearChanged Determines whether two dates are in different fiscal or calendar years. (Overrides the hasYearChanged Method.)
Gg781545.pubmethod(en-us,AX.60).gif indexofPeriod Gets the index of the monthly period for the AssetAccural enumeration type.The depreciation method. (Overrides the indexofPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif interval (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif new
Gg781545.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif numberOfPeriodsInYear Retrieves the number of periods in a year. (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif numOfPeriods (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif numOfPeriodsLeftInYear (Overrides the numOfPeriodsLeftInYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif numOfPeriodsPerYear (Overrides the numOfPeriodsPerYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif openingPeriodDate (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif periodOfYear Gets the number of the month in the year for a specified asset transaction date. (Overrides the periodOfYear Method.)
Gg781545.pubmethod(en-us,AX.60).gif periodToYear (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif startDatePeriodFwd (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif startingPeriodDate (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif startOfPeriod (Overrides the startOfPeriod Method.)
Gg781545.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg781545.pubmethod(en-us,AX.60).gif yearRatio_JP The ratio of the current year (considering the calendar change and the specified start date) to the full year that is defined in the calendar. (Inherited from AssetTableInterval.)
Gg781545.pubmethod(en-us,AX.60).gif yearToPeriod (Overrides the yearToPeriod Method.)

Top

Inheritance Hierarchy

Object Class
  AssetTableInterval Class
    AssetTableInterval_Calendar Class