Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ログインの日付と時刻を格納するために Session("date_time") を使用し、ログアウト時に、時間のみを格納する必要があり、そのために login_duration を login_duration = (Session("date_time") として整数として使用します。 ToString - Now.ToString("hh:mm:ss"))...しかし、正しく動作していません..問題を解決するために私を助けてください
時刻の場合:TimeValue(Now) 日付と時刻の場合:NOW
TimeValue(Now)
NOW
フォーマットについてはこちら