Click or drag to resize

TimeMinute Property

Gets or sets the minute.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public int Minute { get; set; }

Property Value

Type: Int32
The minute for a time unit.
Remarks
This property is set by extracting the minute from a Date/Time.
See Also