System::DateTimeOffset::DateTimeOffset yapıcı
İçindekiler
[
Saklamak
]DateTimeOffset::DateTimeOffset() constructor
Varsayılan yapıcı.
System::DateTimeOffset::DateTimeOffset()=default
Ayrıca Bakınız
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(DateTime) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(DateTime date_time)
| Parametre | Tür | Açıklama |
|---|---|---|
| date_time | DateTime | Tarih ve saat. |
Ayrıca Bakınız
- Class DateTime
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(DateTime, TimeSpan) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(DateTime date_time, TimeSpan offset)
| Parametre | Tür | Açıklama |
|---|---|---|
| date_time | DateTime | Tarih ve saat. |
| offset | TimeSpan | UTC’den zaman offset’i. |
Ayrıca Bakınız
- Class DateTime
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, int, const SharedPtr<Globalization::Calendar>&, TimeSpan) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, const SharedPtr<Globalization::Calendar> &calendar, TimeSpan offset)
| Parametre | Tür | Açıklama |
|---|---|---|
| yıl | int | Yıl. |
| ay | int | Ay (1 ila 12). |
| gün | int | Gün (1 ila ay içindeki gün sayısı). |
| saat | int | Saat (0 ila 23). |
| dakika | int | Dakika (0 ila 59). |
| saniye | int | Saniye (0 ila 59). |
| milisaniye | int | Milisaniye (0 ila 999). |
| takvim | const SharedPtr<Globalization::Calendar>& | Yıl, ay ve günü yorumlamak için kullanılan takvim. |
| offset | TimeSpan | UTC’den zaman offset’i. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Calendar
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, int, TimeSpan) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, int millisecond, TimeSpan offset)
| Parametre | Tür | Açıklama |
|---|---|---|
| yıl | int | Yıl (1 ila 9999). |
| ay | int | Ay (1 ila 12). |
| gün | int | Gün (1 ila ay içindeki gün sayısı). |
| saat | int | Saat (0 ila 23). |
| dakika | int | Dakika (0 ila 59). |
| saniye | int | Saniye (0 ila 59). |
| milisaniye | int | Milisaniye (0 ila 999). |
| offset | TimeSpan | UTC’den zaman offset’i. |
Ayrıca Bakınız
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(int, int, int, int, int, int, TimeSpan) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(int year, int month, int day, int hour, int minute, int second, TimeSpan offset)
| Parametre | Tür | Açıklama |
|---|---|---|
| yıl | int | Yıl (1 ila 9999). |
| ay | int | Ay (1 ila 12). |
| gün | int | Gün (1 ila ay içindeki gün sayısı). |
| saat | int | Saat (0 ila 23). |
| dakika | int | Dakika (0 ila 59). |
| saniye | int | Saniye (0 ila 59). |
| offset | TimeSpan | UTC’den zaman offset’i. |
Ayrıca Bakınız
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++
DateTimeOffset::DateTimeOffset(int64_t, TimeSpan) constructor
Yapıcı.
System::DateTimeOffset::DateTimeOffset(int64_t ticks, TimeSpan offset)
| Parametre | Tür | Açıklama |
|---|---|---|
| ticks | int64_t | Tik sayısı. |
| offset | TimeSpan | UTC’den zaman offset’i. |
Ayrıca Bakınız
- Class TimeSpan
- Class DateTimeOffset
- Namespace System
- Library Aspose.Font for C++