473,399 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Date: any online help?

When I press F1 on Date, all I get is two paragraphs on the Date date type.
The intellisense feature indicates there are a few dozen methods and
properties associated with Date. Where can I get the online help for that?
Is it not documented?

I have the 2002 version of .NET. Does the 2003 version provide more
complete documentation? I also search for msdn online, but of no success.
The is a learning process for me to learn the online help of VS.NET.

I know that Intellisense provides a brief description of each
method/property which are sufficient most of the time. It's just that
sometimes you want to browse through the entire class. If there's no online
documentation, is there at least a tool that would extract the info from the
Intellisense and display them nicely.


Nov 20 '05 #1
5 2264
Cor
Hi Tia,
Did you ever use "Help" and then Search, normaly it gives a bunch of
information.
In the search you can select what kind with "filtered by".
You can get the same information on "msdn.microsoft.com"
I hope this helps a little bit.
Cor
Nov 20 '05 #2
Hi Cor,

Hm... Without filter, I get a lot of irrelevant matches. I really don't
care for the system types nor the unmanaged related info. I just want to
learn the VB class (Date, which wraps around datetime) quickly and see
what's available.

I didn't go through the entire list, but checking the first few indicates
so. Would you post both the help link (at the toolbar of the IDE e.g.
ms-help://...) and the msdn.com link.

TIA

"Cor" <no*@non.com> wrote in message
news:3f***********************@reader21.wxs.nl...
Hi Tia,
Did you ever use "Help" and then Search, normaly it gives a bunch of
information.
In the search you can select what kind with "filtered by".
You can get the same information on "msdn.microsoft.com"
I hope this helps a little bit.
Cor

Nov 20 '05 #3
"Tia Carr" <ti*****@hotmail.com> schrieb
When I press F1 on Date, all I get is two paragraphs on the Date date
type. The intellisense feature indicates there are a few dozen
methods and properties associated with Date. Where can I get the
online help for that? Is it not documented?

I have the 2002 version of .NET. Does the 2003 version provide
more complete documentation? I also search for msdn online, but of
no success. The is a learning process for me to learn the online help
of VS.NET.

I know that Intellisense provides a brief description of each
method/property which are sufficient most of the time. It's just
that sometimes you want to browse through the entire class. If
there's no online documentation, is there at least a tool that would
extract the info from the Intellisense and display them nicely.


You are right, only two paragraphs are shown. The VB.NET data type "date" is
mapped to the Framework's "DateTime" data type. There you'll find more
information. The second link on the bottom of the short help you mentioned,
is a link to the "DateTime structure". You also get this help when
right-click on the word "date" in the code editor, select "go to defintion"
and the press <F1> in the object browser when the DateTime structure is
selected.
--
Armin

Nov 20 '05 #4
Hi Tia,

Some (general) tips on using the installed MSDN Help.

If you want a .NET class, eg dateTime, use the index and type
DateTime CL
This will take you straight to the class entry in the index.

If you are searching without filters, eg for Date, and want to get the
..NET Framework stuff, sort on the Location and all the .NET stuff is together
at the top. If however, you want the VB side of things, sort by Location and
go down to the bottom where Visual Basic Concepts can be found.

Or you can click on any search result that starts with Date and sort by
Title Then all the rubbish is sorted away and you have fewer entries to check
(though still plenty in the case of Date).

Regards,
Fergus
Nov 20 '05 #5
Thx Armin. The 'Go to Definition' tip is very helpful. :)

Date (VB only) and DateTime (both VB and C#) look identical to me. As a
matter of fact, right-click 'go to definition' of Date brings you to the
definition of DateTime. The VB Date appears to be an alias of the
System.DateTime.
"Armin Zingler" <az*******@freenet.de> wrote in message
news:#2**************@TK2MSFTNGP11.phx.gbl...
"Tia Carr" <ti*****@hotmail.com> schrieb
When I press F1 on Date, all I get is two paragraphs on the Date date
type. The intellisense feature indicates there are a few dozen
methods and properties associated with Date. Where can I get the
online help for that? Is it not documented?

I have the 2002 version of .NET. Does the 2003 version provide
more complete documentation? I also search for msdn online, but of
no success. The is a learning process for me to learn the online help
of VS.NET.

I know that Intellisense provides a brief description of each
method/property which are sufficient most of the time. It's just
that sometimes you want to browse through the entire class. If
there's no online documentation, is there at least a tool that would
extract the info from the Intellisense and display them nicely.
You are right, only two paragraphs are shown. The VB.NET data type "date"

is mapped to the Framework's "DateTime" data type. There you'll find more
information. The second link on the bottom of the short help you mentioned, is a link to the "DateTime structure". You also get this help when
right-click on the word "date" in the code editor, select "go to defintion" and the press <F1> in the object browser when the DateTime structure is
selected.
--
Armin

Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Gerry Viator | last post by:
Hi all, I have a textbox were a time is typed in like: upto 4 numbers 1900 300 1000 1425 I would like as they type the text to show todays date plus the time they
3
by: Marauderz | last post by:
Hello guys, got a little question regarding the regional language settings . Anyway I got a Windows 2003 Server machine that was installed with the date format "dd/MM/yyyy" and location still...
6
by: Mike Koerner | last post by:
Hi, I am having problems setting the HttpWebRequest Date header. I understand that it is a restricted header and I do receive the "This header must be modified with the appropriate property." ...
8
by: TGEAR | last post by:
I have an ItemSTDPriceHistory table as below and this is a child table of itemlookup table with one to many relationship. if exists (select * from dbo.sysobjects where id = object_id(N'.') and...
7
by: Frank | last post by:
Hi there, I'm trying to generate a report for an old database and I'm having trouble coming up with an elegant way of going about it. Using cursors and other 'ugly' tools I could get the job done...
4
by: sck10 | last post by:
Hello, I created an ashx file for my rss feed (rss.ashx). I notice on the site (http://rss.msnbc.msn.com/id/3032091/device/rss/rss.xml) that the date (Yesterday, October 30, 2006, 3:02:37 PM)...
9
by: ice | last post by:
Hello, I have a couple of tables. The client tables and the contacted tables. I am not sure how to start on this, what I need is a way to query all my clients then show any client that the...
7
by: =?Utf-8?B?U3R1?= | last post by:
I have a ASP.NET Ajax app (using client library) calling ASP.NET Ajax-enabled web services. We are making use of the javascript proxies generated by ASP.NET Ajax. The problem we have is that the...
5
by: Artie | last post by:
Hi, I have a date field stored as an INT and need to convert to a date format mm/dd/yyyy. I'm having trouble determining what the starting date is. min(date) = 730395 max(date) = 733189 ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.