←Select platform

Create(Calendar) Method

Summary

Creates a new DicomTimeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.Dicom.DicomTimeValue Create(  
   Calendar calendar 
) 
Public Overloads Shared Function Create( _ 
   ByVal calendar As Calendar _ 
) As Leadtools.Dicom.DicomTimeValue 
public static Leadtools.Dicom.DicomTimeValue Create(  
   Calendar calendar 
) 
 function Leadtools.Dicom.DicomTimeValueHelper.Create(Calendar)(  
   calendar  
) 
public: 
static Leadtools.Dicom.DicomTimeValue Create(  
   Calendar^ calendar 
)  

Parameters

calendar
Value that represents the date.

Return Value

A new DicomTimeValue with the specified values.

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.Dicom Assembly