Version

ManualDateTime Structure Members

The following tables list the members exposed by ManualDateTime.

Public Constructors
 NameDescription
Public ConstructorManualDateTime ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyTextReturns the text that is shown when an explicit value is not specified.  
Public PropertyTypeReturns an enumeration used to indicate the type of value that the structure represents.  
Public PropertyValueReturns the value.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified ManualDateTime to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the ManualDateTime  
Public MethodToStringOverloaded. Returns a string representation of the ManualDateTime  
Public Operators
public Operator Equality Compares two ManualDateTime instances to determine if they are equal
public Operator Explicit Type Conversion Returns the value of the specified ManualDateTime
public Operator Implicit Type Conversion Creates a new ManualDateTime initialized with the specified value.
public Operator Inequality Compares two ManualDateTime instances to determine if they are not equal
See Also