MonthDuration | ![]() |
appearance as argument number 1 |
![]() |
(documentation MonthDuration ChineseLanguage "这是时间单位,一个月为期起码28天,而会超过31天。注: 和其它大多数的单位不同,这是一个范围的单位,而不是一个准确数字。") | chinese_format.kif 2583-2584 | |
(documentation MonthDuration EnglishLanguage "Time unit. A month's duration is at least 28 days, and no more than 31 days. Note that this unit is a range, rather than than an exact amount, unlike most other units.") | Merge.kif 6700-6702 | |
(instance MonthDuration UnitOfDuration) | Merge.kif 6698-6698 |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage MonthDuration "月持续时间") | domainEnglishFormat.kif 38401-38401 | |
(termFormat ChineseTraditionalLanguage MonthDuration "月持續時間") | domainEnglishFormat.kif 38400-38400 | |
(termFormat EnglishLanguage MonthDuration "month duration") | domainEnglishFormat.kif 38399-38399 |
antecedent |
![]() |
(=> (and (instance ?Account LiabilityAccount) (minimumPayment ?Account ?MinPayment MonthDuration) (exists (?Payment ?Month) (and (instance ?Month Month) (destination ?Payment (CurrencyFn ?Account)) (paymentsPerPeriod ?Account ?Amount ?Month) (lessThan ?Amount ?MinPayment)))) (exists (?Penalty) (and (instance ?Penalty Penalty) (destination ?Penalty (CurrencyFn ?Account))))) |
FinancialOntology.kif 711-724 |
consequent |
![]() |
(=> (and (instance ?Drawing DrawingACheck) (patient ?Drawing ?Check) (instance ?Processing ProcessingACheck) (patient ?Processing ?Check) (equal (WhenFn ?Drawing) ?DrawingTime) (equal (WhenFn ?Processing) ?ProcessingTime) (meetsTemporally ?DrawingTime ?Time) (meetsTemporally ?Time ?ProcessingTime) (duration ?Time ?Duration)) (lessThan ?Duration (MeasureFn 6 MonthDuration))) |
FinancialOntology.kif 155-166 | |
(=> (and (statementPeriod ?Statement ?Period) (duration ?Period ?Duration)) (equal ?Duration MonthDuration)) |
FinancialOntology.kif 3906-3910 | |
(=> (instance ?Q QuarterYear) (duration ?Q (MeasureFn 3 MonthDuration))) |
Merge.kif 8311-8313 | |
(=> (property ?Option ConventionalOption) (exists (?Number) (and (agreementPeriod ?Option ?Period) (duration ?Period (MeasureFn ?Number MonthDuration)) (lessThan ?Number 39)))) |
FinancialOntology.kif 2495-2501 | |
(=> (property ?Option ConventionalOption) (exists (?Number) (and (agreementPeriod ?Option ?Period) (duration ?Period (MeasureFn ?Number MonthDuration)) (lessThan ?Number 9)))) |
FinancialOntology.kif 2479-2485 |
statement |
![]() |
(greaterThanOrEqualTo (MeasureFn ?NUMBER MonthDuration) (MeasureFn (MultiplicationFn ?NUMBER 28) DayDuration)) |
Merge.kif 6704-6706 | |
(lessThanOrEqualTo (MeasureFn ?NUMBER MonthDuration) (MeasureFn (MultiplicationFn ?NUMBER 31) DayDuration)) |
Merge.kif 6708-6710 |
![]() |
![]() |