LoggerEntry Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntry Constructor

BR.AN.PviServices .NET


Initializes the instance

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads Sub New( _

  ByVal parent As Object, _

  ByVal strDT As String, _

  ByVal offsetUtc As Short _

)

[C#]

[CLSCompliant(IsCompliant=False)]

LoggerEntry(

  object parent,

  string strDT,

  short offsetUtc

);

Parameters

parent

The parent object.

strDT

The date and time string.

offsetUtc

The UTC offset in minutes.

See Also

LoggerEntry Class | BR.AN.PviServices Namespace | LoggerEntry Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]