CommunicatorGetCurrentTime Method

Function that returns current date/time. It should be used insted of DateTime.Now in all communicator methods.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public DateTime GetCurrentTime()

Return Value

DateTime

See Also