←Select platform

Kind Property

Summary

Gets or sets the representation to use for the current date and time.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnDateTimeKind Kind { get; set; } 
public AnnDateTimeKind getKind() 
public void setKind(AnnDateTimeKind kind) 
             
 <br/>get_Kind();<br/>set_Kind(value);<br/>Object.defineProperty('Kind');  
public:  
   property AnnDateTimeKind^ Kind 
   { 
      AnnDateTimeKind^ get() 
      void set(AnnDateTimeKind^ value) 
   } 

Property Value

A value indicating the representation to use for the current date time.

Remarks

This will be used when calling AsString method to get current date and time on a specified date and time kind.

Example

For an example, refer to IAnnBatesElement.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly