SoapYearMonth コンストラクタ (DateTime, Int32)
アセンブリ: mscorlib (mscorlib.dll 内)



// Create a SoapYearMonth object with a positive sign. SoapYearMonth yearMonth = new SoapYearMonth(DateTime.Now, 1); Console.WriteLine("The yearMonth is {0}.", yearMonth.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapYearMonth コンストラクタ

名前 | 説明 |
---|---|
SoapYearMonth () | SoapYearMonth クラスの新しいインスタンスを初期化します。 |
SoapYearMonth (DateTime) | 指定した DateTime オブジェクトを使用して、SoapYearMonth クラスの新しいインスタンスを初期化します。 |
SoapYearMonth (DateTime, Int32) | 指定した DateTime オブジェクトおよび Value が正または負のどちらの値であるかを示す整数を使用して、SoapYearMonth クラスの新しいインスタンスを初期化します。 |

SoapYearMonth コンストラクタ (DateTime)
アセンブリ: mscorlib (mscorlib.dll 内)


// Create a SoapYearMonth object. SoapYearMonth yearMonth = new SoapYearMonth(DateTime.Now); Console.WriteLine("The yearMonth is {0}.", yearMonth.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapYearMonth コンストラクタ ()
アセンブリ: mscorlib (mscorlib.dll 内)


// Create a SoapYearMonth object. SoapYearMonth yearMonth = new SoapYearMonth(); yearMonth.Value = DateTime.Now; Console.WriteLine("The yearMonth is {0}.", yearMonth.ToString());

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SoapYearMonth コンストラクタのページへのリンク