TimeSpan 構造体 (System 名前空間)
public struct TimeSpan : IComparable, IComparable<TimeSpan>, IEquatable<TimeSpan>, IFormattable
継承:Object → ValueType → TimeSpan
- 時間間隔を表します。
目次
コンストラクタ
TimeSpan
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);