Begin Property

Chat2Desk

Chat2Desk

Dialog..::..Begin Property

Дата начала

Namespace:  Chat2Desk.Types
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


[JsonPropertyAttribute]
[JsonConverterAttribute]
public DateTime Begin { get; set; }
<JsonPropertyAttribute> _
<JsonConverterAttribute> _
Public Property Begin As DateTime
	Get
	Set
[JsonPropertyAttribute]
[JsonConverterAttribute]
public:
property DateTime^ Begin {
	DateTime^ get ();
	void set (DateTime^ value);
}