close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 years ago

Closed 18 years ago

#495 closed defect (duplicate)

Bimonthly and Bimensual TimeSet definition

Reported by: Alfredo Torre Owned by: danirus
Priority: normal Milestone:
Component: TimeSetAlgebra Version: head
Severity: normal Keywords:
Cc: imendez

Description

Hi everybody,
I want to talk about the definition of two TimeSet made in _constant.tol file included at _initlibrary.tol:

.- Bimensual: spanish word for something made or something that occurs twice a month (spanish definition: Que se hace u ocurre dos veces al mes). And TOL's definition is D(1)*(M(1)+M(3)+M(5)+M(7)+M(9)+M(11)) and that is not the same.

I think this could be the right definition in TOL:

TimeSet Bimensual = D(1) + D(15);
TimeSet Bimestral = D(1)*(M(1)+M(3)+M(5)+M(7)+M(9)+M(11));

.- Bimonthly: this english word can de used for both spanish meanings (Bimensual, Bimestral) as we can see in these links:
http://www.wordreference.com/es/translation.asp?tranword=bimonthly
http://dictionary.reference.com/search?q=bi%2Dmonthly

I think this could be one definition in TOL:

TimeSet Bimonthly = D(1)*(M(1)+M(3)+M(5)+M(7)+M(9)+M(11));
TimeSet Semimonthly = D(1) + D(15);

http://www.m-w.com/dictionary/semimonthly

Hope this help.

Thanks,
Alfredo Torre

Change History (1)

comment:1 Changed 18 years ago by danirus

Resolution: duplicate
Status: newclosed

* This bug has been marked as a duplicate of bug 493 *

Note: See TracTickets for help on using tickets.