> For the complete documentation index, see [llms.txt](https://docs.taiamk.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taiamk.pro/function-ho-tro/datetime/timespan-object/timespan.getseconds.md).

# Timespan.GetSeconds

## Giới Thiệu

Lấy ra giá trị giây còn lại trong đối tượng TimeSpan

<figure><img src="/files/MpA5YSnb0V7oZSg7RtkL" alt="Timespan.GetSeconds"><figcaption><p>Cấu hình function</p></figcaption></figure>

## Kết Quả

Quy đổi ra số giây như sau:

`3 ngày = 3 * 24 giờ = 72 giờ * 60 phút = 4320 phút * 60 giây = 259,200 giây`

`2 giờ = 2 * 60 phút = 120 phút * 60 giây = 7,200 giây`

`24 phút = 24 * 60 giây = 1,440 giây`

`14s = 14 giây`

Cộng tổng lại là: 267,854 giây

<figure><img src="/files/dEq0aGXVaaObibGSyirj" alt=""><figcaption></figcaption></figure>
