MusicProperties.Year Property

Definition

Gets or sets the year that the song was released.

public:
 property unsigned int Year { unsigned int get(); void set(unsigned int value); };
uint32_t Year();

void Year(uint32_t value);
public uint Year { get; set; }
var uInt32 = musicProperties.year;
musicProperties.year = uInt32;
Public Property Year As UInteger

Property Value

UInt32

unsigned int

uint32_t

The song's release year.

Applies to