DateFormat
DateFormat enumeration
Menentukan format tanggal.
public enum DateFormat
Nilai
| Nama | Nilai | Keterangan |
|---|---|---|
| DateMmDdYyHhMmAM | 0 | Contoh: 02/09/02 13:00 |
| DateMmDdYy | 1 | Contoh: 30/9/02 |
| DateMmmmDdYyyyHhMmAM | 2 | Contoh: 30 September 2002 13.00 |
| DateMmmmDdYyyy | 3 | Contoh : 30 September 2002 |
| DateMmmDdHhMmAM | 4 | Contoh: 30 Sep 13:00 PM |
| DateMmmDdYyy | 5 | Contoh: Sep 30, ‘02 |
| DateMmmmDd | 6 | Contoh: 30 September |
| DateMmmDd | 7 | Contoh: Sep 30 |
| DateDddMmDdYyHhMmAM | 8 | Contoh: Sel 30/9/02 13:00 |
| DateDddMmDdYy | 9 | Contoh: Sel 30/9/02 |
| DateDddMmmDdYyy | 10 | Contoh: Sel 30 Sep ‘02 |
| DateDddHhMmAM | 11 | Contoh: Sel 13:00 PM |
| DateMmDd | 12 | Contoh: 9/30 |
| DateDd | 13 | Contoh: 30 |
| DateHhMmAm | 14 | Contoh: 13.00 |
| DateDddMmmDd | 15 | Contoh: Sel 30 Sep |
| DateDddMmDd | 16 | Contoh: Selasa 30/9_x000h_ |
| DateDddDd | 17 | Contoh: Sel 30_x000h_ |
| DateWwwDd | 18 | Contoh: W41/2 |
| DateWwwDdYyHhMmAm | 19 | Contoh: W41/2/02 13:00 |
| DateMmDdYyyy | 20 | Contoh: 30/9/2002 |
| Custom | 21 | Nilai DateTime diformat menggunakan string format yang diatur ke proyekCustomDateFormat Properti. |
| DateDdMmYyyy | 256 | Contoh: 19/07/2016 |
| Default | 255 | Contoh: Format tanggal default. |
Lihat juga
- ruang nama Aspose.Tasks
- perakitan Aspose.Tasks