|
-
Jun 1st, 2006, 02:04 PM
#1
Thread Starter
Hyperactive Member
[1.0/1.1] Calendar
I want to develop a Calendar, So please tell me which class i can use to develop a calendar in C#. As Calendar class is an abstruct class. So tell me the concreate class of which i can instantiate an object.
Imran Ahmad Mughal
"Visual Studio .NET 2005/.NET Framework 2.0"
The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.
-
Jun 1st, 2006, 03:52 PM
#2
-
Jun 1st, 2006, 04:20 PM
#3
Re: [1.0/1.1] Calendar
 Originally Posted by ahmad_iam
I want to develop a Calendar, So please tell me which class i can use to develop a calendar in C#. As Calendar class is an abstract class. So tell me the concreate class of which i can instantiate an object.
Imran Ahmad Mughal
why do you want it to be abstract? isn't it supposed to be a Control to add to your WindowsForms?
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 1st, 2006, 05:30 PM
#4
Re: [1.0/1.1] Calendar
There are several Calendar classes in the Framework. If you're saying that it is na abstract class then presumably you're talking about the Globalization.Calendar class. Have you actually read about that class and the classes that inherit it? It has nothing to do with controls. Each derived class provides information about a type of calendar and they include GregorianCalendar, JulianCalendar, KoreanCalendar, etc. If you want to create a calendar application like Outlook or something then you're looking in the wrong place. Like any application it will take many objects interacting to get the job done. You may be able to use an instance of a derived Calendar class to do some of the calculations required within your app, but it will take a lot more than that.
-
Jun 1st, 2006, 05:45 PM
#5
Re: [1.0/1.1] Calendar
 Originally Posted by jmcilhinney
There are several Calendar classes in the Framework. If you're saying that it is na abstract class then presumably you're talking about the Globalization.Calendar class. Have you actually read about that class and the classes that inherit it? It has nothing to do with controls. Each derived class provides information about a type of calendar and they include GregorianCalendar, JulianCalendar, KoreanCalendar, etc. If you want to create a calendar application like Outlook or something then you're looking in the wrong place. Like any application it will take many objects interacting to get the job done. You may be able to use an instance of a derived Calendar class to do some of the calculations required within your app, but it will take a lot more than that.
That's exactly why I was asking, I want to know what kind of calendar he wants to create
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 2nd, 2006, 01:13 PM
#6
Thread Starter
Hyperactive Member
Re: [1.0/1.1] Calendar
 Originally Posted by ComputerJy
That's exactly why I was asking, I want to know what kind of calendar he wants to create
I want to make a Calendar, which class i can use never globalization Calendar class.I live in Pakistan.
Imran Ahmad Mughal
"Visual Studio .NET 2005/.NET Framework 2.0"
The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.
-
Jun 2nd, 2006, 01:25 PM
#7
Re: [1.0/1.1] Calendar
 Originally Posted by ahmad_iam
I want to make a Calendar, which class i can use never globalization Calendar class.I live in Pakistan.
Imran Ahmad Mughal
The bolded text definitely needs re-translation
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Jun 2nd, 2006, 01:28 PM
#8
Thread Starter
Hyperactive Member
Re: [1.0/1.1] Calendar
 Originally Posted by ComputerJy
The bolded text definitely needs re-translation
As there are many Calendar classes but which class that i can use to create a calendar, you can say concrete calendar class.
Imran Ahmad Mughal
"Visual Studio .NET 2005/.NET Framework 2.0"
The eyes are the greatest telescopes, one will ever need to study the universe. Let the heart be the tripod, the mind be the shaft, then let the eyes become the lens of that great telescope of which God gave to us all.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|