Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns a string representation of the DateTimeOffset object.
Syntax
public String toString()
Return Value
A string representation of the DateTimeOffset object.
Remarks
The string has the format YYYY-MM-DD HH:mm:ss[.fffffff] [+|-]HH:mm.
The fractional seconds of the returned string are zero padded to the declared precision. For example, a datetimeoffset(6) with a value of "2010-03-10 12:34:56.78 -08:00" will be formatted by DateTimeOffset.toString as "2010-03-10 12:34:56.780000 -08:00".