Enum DateFormat

Enum DateFormat

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Menentukan format tanggal.

public enum DateFormat

Fields

Custom = 21

Nilai DateTime diformat menggunakan string format yang diatur ke properti Aspose.Tasks.Prj.CustomDateFormat proyek.

DateDd = 13

Contoh: 30

DateDdMmYyyy = 256

Contoh: 19/07/2016

DateDddDd = 17

Contoh: Sel 30

DateDddHhMmAM = 11

Contoh: Sel 13:00 PM

DateDddMmDd = 16

Contoh: Sel 9/30

DateDddMmDdYy = 9

Contoh: Sel 9/30/02

DateDddMmDdYyHhMmAM = 8

Contoh: Sel 9/30/02 13:00 PM

DateDddMmmDd = 15

Contoh: Sel Sep 30

DateDddMmmDdYyy = 10

Contoh: Sel Sep 30, ‘02

DateHhMmAm = 14

Contoh: 13:00 PM

DateMmDd = 12

Contoh: 9/30

DateMmDdYy = 1

Contoh: 9/30/02

DateMmDdYyHhMmAM = 0

Contoh: 09/30/02 13:00 PM

DateMmDdYyyy = 20

Contoh: 9/30/2002

DateMmmDd = 7

Contoh: Sep 30

DateMmmDdHhMmAM = 4

Contoh: Sep 30 13:00 PM

DateMmmDdYyy = 5

Contoh: Sep 30, ‘02

DateMmmmDd = 6

Contoh: September 30

DateMmmmDdYyyy = 3

Contoh: September 30, 2002

DateMmmmDdYyyyHhMmAM = 2

Contoh: September 30, 2002 13:00 PM

DateWwwDd = 18

Contoh: W41/2

DateWwwDdYyHhMmAm = 19

Contoh: W41/2/02 13:00 PM

Default = 255

Contoh: Format tanggal default.

 Indonesia