Constants.vbGeneralDate Field

Definition

Indicates that the general date format for the current culture should be used when the FormatDateTime function is called.

public: Microsoft::VisualBasic::DateFormat vbGeneralDate = 0;
public const Microsoft.VisualBasic.DateFormat vbGeneralDate = 0;
val mutable vbGeneralDate : Microsoft.VisualBasic.DateFormat
Public Const vbGeneralDate As DateFormat  = 0

Field Value

Value = 0

Remarks

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