Share via


DateTime and TimeSpan Sample

This sample demonstrates the DateTime structure and the TimeSpan structure.

To get samples and instructions for installing them

  • Do one or more of the following:

    • On the Help menu, click Samples.

      The Readme displays information about samples.

    • Visit the Visual Studio 2008 Samples Web site. The most recent versions of samples are available there.

    • Locate samples on the computer on which Visual Studio is installed. By default, samples and a Readme file are installed in drive:\Program Files\Microsoft Visual Studio 9.0\Samples\lcid. For Express editions of Visual Studio, all samples are located online.

For more information, see Visual Studio Samples.

Security noteSecurity Note:

This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.

To run this sample

  1. Locate this sample on the MSDN Web site, and then download and open the sample.

  2. Press F5.

  3. Enter values into the appropriate text box controls, and then click the page's Refresh button to run the corresponding method and display the results in the label controls.

To view the sample documentation

  1. In Solution Explorer, double-click the Documentation folder.

  2. If you are using Visual Basic Express, right-click ReadMe.htm in the Documentation folder. Select View in Browser.

  3. If you are using another version of Visual Basic, double-click ReadMe.htm in the Documentation folder.

Demonstrates

The form contains one tab control with several tabbed pages. Each tabbed page demonstrates a group of DateTime or TimeSpan members. Within each tab, controls enable you to specify the input parameters for the various methods and properties.

See Also

Reference

DateTime

TimeSpan