C# 클래스 Google.KML.geDateTime

Converts a .Net DateTime object to a strings that KML can recognize
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dateTime System.DateTime
useDateOnly bool
useUTC bool

공개 메소드들

메소드 설명
ToKML ( ) : string

Renders the DateTime as a string for KML

메소드 상세

ToKML() 공개 메소드

Renders the DateTime as a string for KML
public ToKML ( ) : string
리턴 string

프로퍼티 상세

dateTime 공개적으로 프로퍼티

public DateTime,System dateTime
리턴 System.DateTime

useDateOnly 공개적으로 프로퍼티

public bool useDateOnly
리턴 bool

useUTC 공개적으로 프로퍼티

public bool useUTC
리턴 bool