RuntimeState.DateFormat 属性 | |
The current Date format
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC PROPERTY DateFormat AS STRING GET SET
public static string DateFormat { get; set; }
查看代码属性值
类型:
String备注 This string should contain a combination of DD MM and either YY or YYYY characters.
For example DD-MM-YYYY for italian date format, MM/DD/YYYY for American date format or DD/MM/YYYY for British Date format.
Note that all other characters except the four groups mentioned above are copied to the output string verbatim.
备注: |
---|
This value is 'per thread' |
备注 提示: |
---|
这个值是 'per thread'。新线程从主线程继承设置。对这个设置的更改只对同一线程中的代码可见。
|
参见