Constants.vbLongDate 字段

定义

指示在调用 FormatDateTime 函数时,应使用当前区域性的长日期格式。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

字段值

DateFormat

注解

调用 FormatDateTime 函数时,可以在代码中使用以下枚举成员来代替实际值。When you call the FormatDateTime function, you can use the following enumeration members in your code in place of the actual values.

备注

可以通过双击 "控制面板" 中的 "区域选项" 图标来访问计算机的区域设置。You can access your computer's regional settings by double-clicking the Regional Options icon, found in Control Panel.

适用于

另请参阅