Overload | Description |
---|---|
NMaskedDateTime Constructor(Int32) | Creates a date and time with only the year set. |
NMaskedDateTime Constructor(Int32,Int32) | Creates a date and time with only the year and the month set. |
NMaskedDateTime Constructor(Int32,Int32,Int32) | Creates a date and time with only the date components set. |
NMaskedDateTime Constructor(Int32,Int32,Int32,Int32) | Creates a date and time with only the time components set. |
NMaskedDateTime Constructor(DateTime) | Creates a new Nevron date time from the given .NET date/time value. |