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.
C#で時間:分:秒形式の時間に秒を追加する方法???
例: 秒-5678 を時間:分:秒に追加して結果を表示したい...
次のようにAddSecondsを使用できます
DateTime.Now.AddSeconds(5678)