DateFormat Enumeration

 <  Day Day Up  >  

The DateFormat enumeration is used by the FormatDate function to indicate the date format to use for a date value.

 GeneralDate = 0 

Use the general date format as specified by the computer's regional settings at runtime. Constant equivalent: vbGeneralDate .

 LongDate = 1 

Use the long date format as specified by the computer's regional settings at runtime. Constant equivalent: vbLongDate .

 ShortDate = 2 

Use the short date format as specified by the computer's regional settings at runtime. Constant equivalent: vbShortDate .

 LongTime = 3 

Use the long time format as specified by the computer's regional settings at runtime. Constant equivalent: vbLongTime .

 ShortTime = 4 

Use the short time format as specified by the computer's regional settings at runtime. Constant equivalent: vbShortTime .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net