SYSTEMTIME 멤버
Represents a date and time using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
SYSTEMTIME 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
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. |
맨 위로 이동