MySQL Connector/Net
MySqlDateTimeMinute Property |
Returns the minute portion of this datetime
Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Minute { get; set; }
Public Property Minute As Integer Get Set
public: property int Minute { int get (); void set (int value); }
member Minute : int with get, set
Property Value
Type: Int32