CommunicatorOnGetCurrentTime Field

Procedure that returns current date/time. This procedure can be set if other time than DateTime.Now needs to be returned as current date/time. If this property is null, DateTime.Now is used as current date/time.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public GetCurrentTimeProc OnGetCurrentTime

Field Value

GetCurrentTimeProc

See Also