Mono Class Library: Overview

MySql.Data.Types.MySqlDateTime: Members

The members of MySql.Data.Types.MySqlDateTime are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Constructs a new MySqlDateTime object by copying the current value of the given object.
Constructs a new MySqlDateTime object by using values from the given DateTime object.
Enables the contruction of a MySqlDateTime object by parsing a string.
Constructs a new MySqlDateTime object by setting the individual time properties to the given values.

Public Properties

Dayint. Returns the day portion of this datetime
Hourint. Returns the hour portion of this datetime
[read-only]
IsNullbool. Returns true if this datetime object has a null value
[read-only]
IsValidDateTimebool. Indicates if this object contains a value that can be represented as a DateTime
Millisecondint. Retrieves the millisecond value of this object.
Minuteint. Returns the minute portion of this datetime
Monthint. Returns the month portion of this datetime
Secondint. Returns the second portion of this datetime
[read-only]
ValueDateTime. Retrieves the value of this MySql.Data.Types.MySqlDateTime as a DateTime object.
Yearint. Returns the year portion of this datetime

Public Methods

GetDateTime() : DateTime
Returns this value as a DateTime
override
ToString() : string
Returns a MySQL specific string representation of this value

Public Operators

Explicitly Implemented Interface Members

IComparable.CompareToDocumentation for this section has not yet been entered.
[read-only]
MySql.Data.Types.IMySqlValue.DbTypeSystem.Data.DbType. Documentation for this section has not yet been entered.
IConvertible.GetTypeCodeDocumentation for this section has not yet been entered.
[read-only]
MySql.Data.Types.IMySqlValue.MySqlDbTypeMySql.Data.MySqlClient.MySqlDbType. Documentation for this section has not yet been entered.
[read-only]
MySql.Data.Types.IMySqlValue.MySqlTypeNamestring. Documentation for this section has not yet been entered.
MySql.Data.Types.IMySqlValue.ReadValueDocumentation for this section has not yet been entered.
MySql.Data.Types.IMySqlValue.SkipValueDocumentation for this section has not yet been entered.
[read-only]
MySql.Data.Types.IMySqlValue.SystemTypeType. Documentation for this section has not yet been entered.
IConvertible.ToBooleanDocumentation for this section has not yet been entered.
IConvertible.ToByteDocumentation for this section has not yet been entered.
IConvertible.ToCharDocumentation for this section has not yet been entered.
IConvertible.ToDateTimeDocumentation for this section has not yet been entered.
IConvertible.ToDecimalDocumentation for this section has not yet been entered.
IConvertible.ToDoubleDocumentation for this section has not yet been entered.
IConvertible.ToInt16Documentation for this section has not yet been entered.
IConvertible.ToInt32Documentation for this section has not yet been entered.
IConvertible.ToInt64Documentation for this section has not yet been entered.
IConvertible.ToSByteDocumentation for this section has not yet been entered.
IConvertible.ToSingleDocumentation for this section has not yet been entered.
IConvertible.ToStringDocumentation for this section has not yet been entered.
IConvertible.ToTypeDocumentation for this section has not yet been entered.
IConvertible.ToUInt16Documentation for this section has not yet been entered.
IConvertible.ToUInt32Documentation for this section has not yet been entered.
IConvertible.ToUInt64Documentation for this section has not yet been entered.
[read-only]
MySql.Data.Types.IMySqlValue.Valueobject. Documentation for this section has not yet been entered.
MySql.Data.Types.IMySqlValue.WriteValueDocumentation for this section has not yet been entered.