SPSystemTime Members
Include Protected Members
Include Inherited Members
Provides properties used to define system date and time values.
The SPSystemTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSystemTime | Initializes a new instance of the SPSystemTime structure. |
Top
Properties
Name | Description | |
---|---|---|
Day | Gets or sets the day. | |
DayOfWeek | Gets or sets the day of the week. | |
Hour | Gets or sets the hour. | |
Milliseconds | Gets or sets the milliseconds. | |
Minute | Gets or sets the minute. | |
Month | Gets or sets the month. | |
Second | Gets or sets the second. | |
Year | Gets or sets the year. |
Top
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