Name | Description | |
---|---|---|
NMaskedDateTime Constructor | Overloaded. |
The following tables list the members exposed by NMaskedDateTime.
Name | Description | |
---|---|---|
NMaskedDateTime Constructor | Overloaded. |
Name | Description | |
---|---|---|
Day | Gets the day component. | |
HasDay | Checks whether the day component is set. | |
HasHour | Checks whether the hour component is set. | |
HasMillisecond | Checks whether the millisecond component is set. | |
HasMinute | Checks whether the minute component is set. | |
HasMonth | Checks whether the month component is set. | |
HasSecond | Checks whether the second component is set. | |
HasYear | Checks whether the year component is set. | |
Hour | Gets the hour component. | |
IsEmpty | Checks whether this is an empty date and time, i.e. a date and time without any date and time component set. | |
Millisecond | Gets the millisecond component. | |
Minute | Gets the minute component. | |
Month | Gets the month component. | |
Second | Gets the second component. | |
Year | Gets the year component. |
Name | Description | |
---|---|---|
Deserialize | Deserializes a date and time value. | |
Equals | Checks whether the given object is equal to this NDateTime. | |
GetHashCode | Gets the hash code of this NDateTime value. | |
Serialize | Serializes this date and time value. | |
ToDateTime | Converts this NDateTime structure to DateTime. | |
ToString | Overloaded. Gets the string representation of this NDateTime. |