Mono Class Library: OverviewMySql.Data.Types.MySqlDateTime: Members |
The members of MySql.Data.Types.MySqlDateTime are listed below.
See Also: Inherited members from System.ValueType
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.
Day int. Returns the day portion of this datetime Hour int. Returns the hour portion of this datetime [read-only] IsNull bool. Returns true if this datetime object has a null value [read-only] IsValidDateTime bool. Indicates if this object contains a value that can be represented as a DateTime Millisecond int. Retrieves the millisecond value of this object. Minute int. Returns the minute portion of this datetime Month int. Returns the month portion of this datetime Second int. Returns the second portion of this datetime [read-only] Value DateTime. Retrieves the value of this MySql.Data.Types.MySqlDateTime as a DateTime object. Year int. Returns the year portion of this datetime
GetDateTime() : DateTime Returns this value as a DateTime overrideToString() : string Returns a MySQL specific string representation of this value
staticConversion to System.DateTime(Explicit)
IComparable.CompareTo Documentation for this section has not yet been entered. [read-only] MySql.Data.Types.IMySqlValue.DbType System.Data.DbType. Documentation for this section has not yet been entered. IConvertible.GetTypeCode Documentation for this section has not yet been entered. [read-only] MySql.Data.Types.IMySqlValue.MySqlDbType MySql.Data.MySqlClient.MySqlDbType. Documentation for this section has not yet been entered. [read-only] MySql.Data.Types.IMySqlValue.MySqlTypeName string. Documentation for this section has not yet been entered. MySql.Data.Types.IMySqlValue.ReadValue Documentation for this section has not yet been entered. MySql.Data.Types.IMySqlValue.SkipValue Documentation for this section has not yet been entered. [read-only] MySql.Data.Types.IMySqlValue.SystemType Type. Documentation for this section has not yet been entered. IConvertible.ToBoolean Documentation for this section has not yet been entered. IConvertible.ToByte Documentation for this section has not yet been entered. IConvertible.ToChar Documentation for this section has not yet been entered. IConvertible.ToDateTime Documentation for this section has not yet been entered. IConvertible.ToDecimal Documentation for this section has not yet been entered. IConvertible.ToDouble Documentation for this section has not yet been entered. IConvertible.ToInt16 Documentation for this section has not yet been entered. IConvertible.ToInt32 Documentation for this section has not yet been entered. IConvertible.ToInt64 Documentation for this section has not yet been entered. IConvertible.ToSByte Documentation for this section has not yet been entered. IConvertible.ToSingle Documentation for this section has not yet been entered. IConvertible.ToString Documentation for this section has not yet been entered. IConvertible.ToType Documentation for this section has not yet been entered. IConvertible.ToUInt16 Documentation for this section has not yet been entered. IConvertible.ToUInt32 Documentation for this section has not yet been entered. IConvertible.ToUInt64 Documentation for this section has not yet been entered. [read-only] MySql.Data.Types.IMySqlValue.Value object. Documentation for this section has not yet been entered. MySql.Data.Types.IMySqlValue.WriteValue Documentation for this section has not yet been entered.