Year Property

Soulstone

Soulstone
Gets or sets the year of the MusicTrack.

Namespace:  Soulstone.Mp3
Assembly:  Soulstone.Mp3 (in Soulstone.Mp3.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Year { get; set; }
Visual Basic (Declaration)
Public Property Year As Integer
Visual C++
public:
property int Year {
	int get ();
	void set (int value);
}

See Also