Gets the milliseconds component of the date represented by this instance.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public ReadOnly Property Millisecond As String |
| C# |
|---|
| [Output] public string Millisecond { get; } |
| C++ |
|---|
| [Output] public property string Millisecond sealed { String get(); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public string get_Millisecond(); |
| JScript |
|---|
| public function get Millisecond() : String |
See Also
Documentation version 1.0.0.0.