Date « Date Time « VB.Net Tutorial

Home
VB.Net Tutorial
1.Language Basics
2.Data Type
3.Operator
4.Statements
5.Date Time
6.Class Module
7.Development
8.Collections
9.Generics
10.Attributes
11.Event
12.LINQ
13.Stream File
14.GUI
15.GUI Applications
16.Windows Presentation Foundation
17.2D Graphics
18.I18N Internationlization
19.Reflection
20.Regular Expressions
21.Security
22.Socket Network
23.Thread
24.Windows
25.XML
26.Database ADO.net
27.Design Patterns
VB.Net
VB.Net by API
VB.Net Tutorial » Date Time » Date 
5.1.Date
5.1.1.Dim thirdOfJuly As Date = #7/3/1776 11:59:59 PM#
5.1.2.Dim fourthOfJuly As New Date(1776, 7, 4)
5.1.3.Dim inTheMorning As New Date(1776, 7, 4, 9, 45, 30)
5.1.4.dateVariable = #1/1/2004#
5.1.5.dateVariable = #8/27/2001 6:29:11 PM#
5.1.6.dateVariable = 'July 2, 2002'
5.1.7.Add 3 years to a date
5.1.8.Date AddYears, AddMonths and AddDays
5.1.9.Add Time to current time
5.1.10.Elapsed Ticks
5.1.11.Subtract Time
5.1.12.Date ToString, ToLongDateString, ToShortDateString, ToLongTimeString, ToShortTimeString and ToUniversalTime
5.1.13.System Time
5.1.14.Moon Phase
5.1.15.Parse Date: Test an invalid date
5.1.16.Date and TimeSpan
5.1.17.ToLongDateString
5.1.18.ToLongTimeString
5.1.19.Date.ToOADate
5.1.20.Get Ticks from DateTime
5.1.21.Compare Date value in If statement
5.1.22.Select Day Of Week
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.