다음을 통해 공유


SYSTEMTIME 멤버

Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.

SYSTEMTIME 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 day Gets a value that specifies the current day of the month.
공용 속성 dayOfWeek Gets a value that specifies the current day of the week.
공용 속성 hour Gets a value that specifies the current hour.
공용 속성 milliseconds Gets a value that specifies the current milliseconds.
공용 속성 minute Gets a value that specifies the current minute.
공용 속성 month Gets a value that specifies the current month.
공용 속성 second Gets a value that specifies the current second.
공용 속성 year Gets a value that specifies the current day of the month.

맨 위로 이동