Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] - نسخه متنی

Jason Beres

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









Quiz








1:

The __________________ enumeration contains the information I need to get the culture information installed on my computer.


A1:

CultureType

2:

The ____________ locale is always a fallback resource if I can't get the correct locale on a machine.


A2:

Default. This is the locale set in the Control Panel's Regional and Language options applet.

3:

What are the properties that will get me the correct month and day names for a specific locale?


A3:

The DateTimeFormat.MonthNames and the DateTimeFormat.DayNames methods of the CultureInfo class returns arrays of the correct days and months for a specific culture.


/ 270