Time Class

Definition

The time.

public class Time
type Time = class
Public Class Time
Inheritance
Time

Constructors

Time()

Initializes a new instance of the Time class.

Time(Int32, Int32, Int32)

Initializes a new instance of the Time class.

Properties

Hours

Gets or sets the hour.

Minutes

Gets or sets the minute.

Seconds

Gets or sets the second.

Methods

Validate()

Validate the object.

Applies to