TimeFromDateTime Method

Extracts the Time from a DateTime.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Time FromDateTime(
	DateTime date
)

Parameters

date  DateTime
The Time from which to extract the Time

Return Value

Time
The Time extracted from the DateTime

See Also