System::DateTimeOffset::DateTimeOffset konstruktor
isi
[
bersembunyi
]DateTimeOffset::DateTimeOffset() constructor
Konstruktor default.
System::DateTimeOffset::DateTimeOffset()=default
Lihat Juga
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(DateTime) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(DateTime date_time)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| date_time | DateTime | Tanggal dan waktu. |
Lihat Juga
- Class DateTime
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(DateTime, TimeSpan) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(DateTime date_time, TimeSpan offset)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| date_time | DateTime | Tanggal dan waktu. |
| offset | TimeSpan | Offset waktu dari UTC. |
Lihat Juga
- Class DateTime
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, int, const SharedPtr<Globalization::Calendar>&, TimeSpan) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, const SharedPtr<Globalization::Calendar> &calendar, TimeSpan offset)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| tahun | int | Tahun. |
| bulan | int | Bulan (1 sampai 12). |
| hari | int | Hari (1 sampai jumlah hari dalam bulan). |
| jam | int | Jam (0 sampai 23). |
| menit | int | Menit (0 sampai 59). |
| detik | int | Detik (0 sampai 59). |
| milidetik | int | Milidetik (0 sampai 999). |
| kalender | const SharedPtr<Globalization::Calendar>& | Kalender yang digunakan untuk menginterpretasikan tahun, bulan, dan hari. |
| offset | TimeSpan | Offset waktu dari UTC. |
Lihat Juga
- Typedef SharedPtr
- Class Calendar
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, int, TimeSpan) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, TimeSpan offset)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| tahun | int | Tahun (1 sampai 9999). |
| bulan | int | Bulan (1 sampai 12). |
| hari | int | Hari (1 sampai jumlah hari dalam bulan). |
| jam | int | Jam (0 sampai 23). |
| menit | int | Menit (0 sampai 59). |
| detik | int | Detik (0 sampai 59). |
| milidetik | int | Milidetik (0 sampai 999). |
| offset | TimeSpan | Offset waktu dari UTC. |
Lihat Juga
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, TimeSpan) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, TimeSpan offset)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| tahun | int | Tahun (1 sampai 9999). |
| bulan | int | Bulan (1 sampai 12). |
| hari | int | Hari (1 sampai jumlah hari dalam bulan). |
| jam | int | Jam (0 sampai 23). |
| menit | int | Menit (0 sampai 59). |
| detik | int | Detik (0 sampai 59). |
| offset | TimeSpan | Offset waktu dari UTC. |
Lihat Juga
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::DateTimeOffset(int64_t, TimeSpan) constructor
Konstruktor.
System::DateTimeOffset::DateTimeOffset(int64_t ticks, TimeSpan offset)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| ticks | int64_t | Jumlah tick. |
| offset | TimeSpan | Offset waktu dari UTC. |
Lihat Juga
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++