Gets the second for this date/time value.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
int Second { get; }
Visual Basic
ReadOnly Property Second As Integer
	Get
Visual C++
property int Second {
	int get ();
}

See Also