Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides properties used to define system date and time values.
The SysTime type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Fields
Name | Description | |
---|---|---|
![]() |
day | An Integer value from 1 through 31 representing the day of the month. |
![]() |
dayOfWeek | An Integer value from 0 through 6 representing the day of the week in calendars that have seven days per week. |
![]() |
hour | An Integer value from 0 through 23 representing the hour of the day. |
![]() |
milliseconds | An Integer value between zero and 999 representing fractions of a second expressed in milliseconds. |
![]() |
minute | An Integer value from 0 through 59 representing the minute of the hour. |
![]() |
month | An Integer value from 1 through 12 representing the month of the year. |
![]() |
second | An Integer value from 0 through 59 representing the second of the minute. |
![]() |
year | An Integer value from 1 through 9999 representing the year. |
Top