[This is preliminary documentation and is subject to change.]
Short code of predefined format t - short time pattern
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public const char pfShortTime |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Const pfShortTime As Char |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: literal wchar_t pfShortTime |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] static val mutable pfShortTime: char |
| JScript |
|---|
public const var pfShortTime : char |