MonthFormat 列舉型別
指定 DateFieldFormat 類別的 MonthFormat 屬性之月格式。
[Visual Basic]
Public Enum MonthFormat
[C#]
__value public enum MonthFormat
[C++]
public enum MonthFormat
[VJ#]
__value public enum MonthFormat
成員
成員名稱 | 說明 |
---|---|
LeadingZeroNumericMonth | 個位數月份以零開頭數字列印。 |
LongMonth | 月份以文字列印。 |
NoMonth | 不列印月份。 |
NumericMonth | 月份以不以零開頭的數字列印。 |
ShortMonth | 月份以縮寫格式的文字列印。 |
需求
**平台:**Windows 98、Windows NT 4.0、Windows Millennium Edition、Windows 2000
**組件:**CrystalDecisions.Shared (CrystalDecisions.Shared.dll)