Sage.PL.WebAPI.Interface.ViewModels Namespace > LicenceInfo Class > LicenceInfo Properties > ValueDateTime Property 

Drukuj

.NET Framework Class Library

LicenceInfo.ValueDateTime Property

Wartość czasu

Namespace: Sage.PL.WebAPI.Interface.ViewModels

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ValueDateTime As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeValueDateTime { getset; }

Visual C++

public:
property Nullable<DateTimeValueDateTime {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

JavaScript

function get_valueDateTime();
function set_valueDateTime(value);

See Also

LicenceInfo Class

LicenceInfo Members

Sage.PL.WebAPI.Interface.ViewModels Namespace