Constants.vbLongDate Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the long date format for the current culture should be used when the FormatDateTime
function is called.
public: Microsoft::VisualBasic::DateFormat vbLongDate = 1;
public const Microsoft.VisualBasic.DateFormat vbLongDate = 1;
val mutable vbLongDate : Microsoft.VisualBasic.DateFormat
Public Const vbLongDate As DateFormat = 1
Field Value
Value = 1Remarks
When you call the FormatDateTime
function, you can use the following enumeration members in your code in place of the actual values.
Note
You can access your computer's regional settings by double-clicking the Regional Options icon, found in Control Panel.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.