Class ISN_NSDateComponents
An object that specifies a date or time in terms of units (such as year, month, day, hour, and minute) to be evaluated in a calendar system and time zone.
Inheritance
System.Object
ISN_NSDateComponents
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSDateComponents
Fields
Day
The number of days.
Declaration
public long Day
Field Value
Type | Description |
---|---|
System.Int64 |
Hour
The number of hour units for the receiver.
Declaration
public long Hour
Field Value
Type | Description |
---|---|
System.Int64 |
Minute
The number of minute units for the receiver.
Declaration
public long Minute
Field Value
Type | Description |
---|---|
System.Int64 |
Month
The number of months.
Declaration
public long Month
Field Value
Type | Description |
---|---|
System.Int64 |
Nanosecond
The number of nanosecond units for the receiver.
Declaration
public long Nanosecond
Field Value
Type | Description |
---|---|
System.Int64 |
Second
The number of second units for the receiver.
Declaration
public long Second
Field Value
Type | Description |
---|---|
System.Int64 |
Weekday
The number of the weekdays.
Weekday units are the numbers 1 through n, where n is the number of days in the week. For example, in the Gregorian calendar, n is 7 and Sunday is represented by 1.
Declaration
public long Weekday
Field Value
Type | Description |
---|---|
System.Int64 |
Year
The number of years.
Declaration
public long Year
Field Value
Type | Description |
---|---|
System.Int64 |