[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Use Class With...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
The Calendar class is abstract and GetDayOfMonth is an abstract method. You will have to use an actual calendar implementation like the gregorian calendar or DEFINE VARIABLE oCalendar AS System.Globalization.Calendar NO-UNDO. . oCalendar = NEW System.Globalization.GregorianCalendar (). MESSAGE oCalendar:GetDayOfMonth (TODAY).

Continue reading...
 
Status
Not open for further replies.
Back
Top