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


// Create a SoapMonth object. SoapMonth month = new SoapMonth(DateTime.Now); Console.WriteLine("The month is {0}.", month.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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapMonth コンストラクタ

名前 | 説明 |
---|---|
SoapMonth () | SoapMonth クラスの新しいインスタンスを初期化します。 |
SoapMonth (DateTime) | 指定した DateTime オブジェクトを使用して、SoapMonth クラスの新しいインスタンスを初期化します。 |

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


// Create a SoapMonth object. SoapMonth month = new SoapMonth(); month.Value = DateTime.Now; Console.WriteLine("The month is {0}.", month.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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


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