Format Property

MSBuild

Gets or sets the format string for output parameter FormattedTime.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property Format As String
C#
public string Format { get; set; }
C++
public property string Format sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Format();

/** property */
public void set_Format(string value);
JScript
public function get Format() : String

public function set Format(value : String);

Remarks

See DateTimeFormatInfo for the syntax of the format string.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.