NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Date Format Constants

These constants are only available when your project has an explicit reference to the appropriate type library containing these constant definitions.

Constant Value Description
GeneralDate 0 Display a date and/or time. For real numbers, display a data and time. If there is no fractional part, display only a date. If there is no integer part, display time only. Date and time display is determined by your system settings.
LongDate 1 Display a date using the long date format specified in your computer's regional settings.
ShortDate 2 Display a date using the short date format specified in your computer's regional settings.
LongTime 3 Display a time using the long time format specified in your computer's regional settings.
ShortTime 4 Display a time using the short time format specified in your computer's regional settings.

See Also

DriveType Constants | File Attribute Constants | File Input/Output Constants | SpecialFolder Constants | Tristate Constants