次の方法で共有


MusicProperties.Year プロパティ

定義

曲がリリースされた年を取得または設定します。

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

プロパティ値

UInt32

unsigned int

uint32_t

曲のリリース年。

適用対象