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.
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.