Constants.vbGeneralDate 字段
定义
指示在调用 FormatDateTime 函数时,应使用当前区域性的常规日期格式。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
字段值
注解
调用 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.