SYSTEMTIME Members

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

The following tables list the members exposed by the SYSTEMTIME type.

Public Constructors

  名稱 Description
SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

頂端

Public Properties

  名稱 Description
Bb283511.pubproperty(zh-tw,SQL.90).gif day Gets a value that specifies the current day of the month.
Bb283511.pubproperty(zh-tw,SQL.90).gif dayOfWeek Gets a value that specifies the current day of the week.
Bb283511.pubproperty(zh-tw,SQL.90).gif hour Gets a value that specifies the current hour.
Bb283511.pubproperty(zh-tw,SQL.90).gif milliseconds Gets a value that specifies the current milliseconds.
Bb283511.pubproperty(zh-tw,SQL.90).gif minute Gets a value that specifies the current minute.
Bb283511.pubproperty(zh-tw,SQL.90).gif month Gets a value that specifies the current month.
Bb283511.pubproperty(zh-tw,SQL.90).gif second Gets a value that specifies the current second.
Bb283511.pubproperty(zh-tw,SQL.90).gif year Gets a value that specifies the current day of the month.

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
Bb283511.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb283511.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
Bb283511.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
Bb283511.pubmethod(zh-tw,SQL.90).gifBb283511.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb283511.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
Bb283511.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
Bb283511.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

SYSTEMTIME Class
ReportService2006 Namespace