Nevron Open Vision Documentation
Nevron.Nov Namespace / NMaskedDateTime Structure
Fields Properties Methods


In This Topic
    NMaskedDateTime Structure Members
    In This Topic

    The following tables list the members exposed by NMaskedDateTime.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty date and time structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the day component.  
    Public PropertyChecks whether the day component is set.  
    Public PropertyChecks whether the hour component is set.  
    Public PropertyChecks whether the millisecond component is set.  
    Public PropertyChecks whether the minute component is set.  
    Public PropertyChecks whether the month component is set.  
    Public PropertyChecks whether the second component is set.  
    Public PropertyChecks whether the year component is set.  
    Public PropertyGets the hour component.  
    Public PropertyChecks whether this is an empty date and time, i.e. a date and time without any date and time component set.  
    Public PropertyGets the millisecond component.  
    Public PropertyGets the minute component.  
    Public PropertyGets the month component.  
    Public PropertyGets the second component.  
    Public PropertyGets the year component.  
    Top
    Public Methods
     NameDescription
    Public MethodDeserializes a date and time value.  
    Public MethodChecks whether the given object is equal to this NDateTime.  
    Public MethodGets the hash code of this NDateTime value.  
    Public MethodSerializes this date and time value.  
    Public MethodConverts this NDateTime structure to DateTime.  
    Public MethodOverloaded. Gets the string representation of this NDateTime.  
    Top
    See Also