System::DateTimeOffset::ToString 메서드
내용물
[
숨다
]DateTimeOffset::ToString() const method
현재 객체를 문자열로 변환합니다.
String System::DateTimeOffset::ToString() const
ReturnValue
String representation of the current DateTimeOffset object.
또 보기
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::ToString(const SharedPtr<IFormatProvider>&) const method
지정된 형식 제공자를 사용하여 현재 객체를 문자열로 변환합니다.
String System::DateTimeOffset::ToString(const SharedPtr<IFormatProvider> &provider) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 제공자 | const SharedPtr<IFormatProvider>& | 형식 제공자. |
ReturnValue
String representation of the current DateTimeOffset object.
또 보기
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::ToString(const String&) const method
지정된 형식을 사용하여 현재 객체를 문자열로 변환합니다.
String System::DateTimeOffset::ToString(const String &format) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 형식 | const String& | 형식 문자열. |
ReturnValue
String representation of the current DateTimeOffset object.
또 보기
- Class String
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++
DateTimeOffset::ToString(const String&, const SharedPtr<IFormatProvider>&) const method
지정된 형식과 형식 제공자를 사용하여 현재 객체를 문자열로 변환합니다.
String System::DateTimeOffset::ToString(const String &format, const SharedPtr<IFormatProvider> &provider) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 형식 | const String& | 형식 문자열. |
| 제공자 | const SharedPtr<IFormatProvider>& | 형식 제공자. |
ReturnValue
String representation of the current DateTimeOffset object.
또 보기
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class DateTimeOffset
- Namespace System
- Library Aspose.Page for C++