C# 클래스 PhotoSharingApp.AppService.Shared.Models.DocumentDB.DateDocument

The json document representing both the string readable date and epoch value. This enables date filtering on photos in document db for fetching hero photos.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToEpoch ( System.DateTime date ) : int

Helper function to return the seconds since epoch for the given date.

메소드 상세

ToEpoch() 공개 정적인 메소드

Helper function to return the seconds since epoch for the given date.
public static ToEpoch ( System.DateTime date ) : int
date System.DateTime The given date to calculate.
리턴 int