Condividi tramite


Classe SYSTEMTIME

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

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2006..::..SYSTEMTIME

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class SYSTEMTIME
'Utilizzo
Dim instance As SYSTEMTIME
[SerializableAttribute]
public class SYSTEMTIME
[SerializableAttribute]
public ref class SYSTEMTIME
[<SerializableAttribute>]
type SYSTEMTIME =  class end
public class SYSTEMTIME

Nel tipo SYSTEMTIME sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico SYSTEMTIME Initializes a new instance of the SYSTEMTIME class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica day Gets a value that specifies the current day of the month.
Proprietà pubblica dayOfWeek Gets a value that specifies the current day of the week.
Proprietà pubblica hour Gets a value that specifies the current hour.
Proprietà pubblica milliseconds Gets a value that specifies the current milliseconds.
Proprietà pubblica minute Gets a value that specifies the current minute.
Proprietà pubblica month Gets a value that specifies the current month.
Proprietà pubblica second Gets a value that specifies the current second.
Proprietà pubblica year Gets a value that specifies the current day of the month.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento