[LabVIEW][Voice]Use Timezoneinfo class to get different timezone information使用Timezoneinfo類別去獲取不同的時區資訊

This movie shows how to call Timezoneinfo and ReadOnlyCollection class from .net framework (LabVIEW 2012 supports .net framework 3.5).

Window's timezone has been set as Japan time (timezone +9). We can use methods and properties of Timezoneinfo class to covert the standard time from Japan to Taipei.


本影片呈現如何使用LabVIEW呼叫.net framework中的Timezoneinfo 和 ReadOnlyCollection類別 (LabVIEW 2012 支援 .net framework 3.5)。
微軟的系統時區已經先被設成日本時間(時區+9),我們使用 Timezoneinfo類別中的方法與屬性來將日本的時間轉換成台北時間。

備註/Note: Timezoneinfo class:
https://docs.microsoft.com/zh-tw/dotnet/api/system.timezoneinfo?view=netframework-4.8

ReadOnlyCollection class:
https://docs.microsoft.com/zh-tw/dotnet/api/system.collections.objectmodel.readonlycollection-1?view=netframework-4.8

We will share more tutorial videos with people who want to learn LabVIEW. welcome to subscribe this channel. 未來會陸續更新影片,讓想學習LabVIEW的朋友可以看影片學習,歡迎訂閱此頻道。 其他網址/related websites: https://labview-tech.blogspot.com/ https://fishark.pixnet.net/blog email: jacklee3633@gmail.com Line ID: lvnet

留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗