| To: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
|---|---|
| Subject: | Re: DayOfYear |
| From: | Andre Kuiper <a.kuiper7@chello.nl> |
| Date: | Sun, 30 Nov 2008 20:09:16 +0100 |
| Authentication-results: | mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com |
| Delivered-to: | listarchive@realsoftware.com |
| In-reply-to: | <33cbfa100811301050y3273b2e6m1bcc2b6eea83cc52@mail.gmail.com> |
| References: | <33cbfa100811291949ucf9ad90yb00334f2d57eff8a@mail.gmail.com> <1ir7cff.y3us0h1955hl6M%realbasiclists@monkeybreadsoftware.de> <33cbfa100811301050y3273b2e6m1bcc2b6eea83cc52@mail.gmail.com> |
| Reply-to: | REALbasic NUG <realbasic-nug@lists.realsoftware.com> |
| Sender: | realbasic-nug-bounces@lists.realsoftware.com |
| User-agent: | Thunderbird 2.0.0.18 (Windows/20081105) |
Because DayOfYear is a readonly property of the Date class maybe? Regards, Andre Lars Jensen schreef: Sub myDayOfYear(extends d as date, assigns v as integer) d.day=1 d.Month=1 d.day=d.day+v-1 End SubThanks Christian, that is simpler than my own SetDayOfYear routine. However I still don't understand why the compiler won't let me call a method named DayOfYear. lj _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html> |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: DayOfYear, Charles Yeomans |
|---|---|
| Next by Date: | Re: Interfaces and Computed Properties, Thomas Tempelmann |
| Previous by Thread: | Re: DayOfYear, Charles Yeomans |
| Next by Thread: | Create RealSQLDatabase or RealSQLServerDatabase VIEW from RealBasic, Trisha Duke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |