TimeSpan.SecondsPerMinute 필드

정의

1분 단위의 초 수를 나타냅니다. 이 필드는 상수입니다.

public: long SecondsPerMinute = 60;
public const long SecondsPerMinute = 60;
val mutable SecondsPerMinute : int64
Public Const SecondsPerMinute As Long  = 60

필드 값

Value = 60

설명

이 상수의 값은 60입니다.

적용 대상