TimeSpan 構造体

TimeSpan 構造体 (System 名前空間)

[APIドキュメント]

public struct TimeSpan : IComparable, IComparable<TimeSpan>, IEquatable<TimeSpan>, IFormattable

継承:Object → ValueType → TimeSpan

  • 時間間隔を表します。

コンストラクタ

TimeSpan

@ [APIドキュメント]

public TimeSpan (long ticks);
public TimeSpan (int hours, int minutes, int seconds);
public TimeSpan (int days, int hours, int minutes, int seconds);
public TimeSpan (int days, int hours, int minutes, int seconds, int milliseconds);

プロパティ

メソッド